[libnma/ac/ci-debug] ci: remove test for CentOS 7 temporarily




commit 27c43f014c165fd49dea83a043fe8ae387af4766
Author: Ana Cabral <acabral redhat com>
Date:   Wed Mar 23 20:36:08 2022 +0100

    ci: remove test for CentOS 7 temporarily
    
    The current container image is having the same problem in all
    different environments tested. One example is
    https://gitlab.gnome.org/GNOME/libnma/-/pipelines/360906/builds,
    this test worked fine previously for commit
    4358ff66a12d7eea2712e5e2d98f008087f4fd23 and by running it again, it
    times out during package installation. Package installation
    is taking a long time for any package.
    
    Updated CentOS 7 CI tests will be included:
    https://gitlab.gnome.org/GNOME/libnma/-/issues/11

 .gitlab-ci.yml | 43 -------------------------------------------
 1 file changed, 43 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11e7544b..6ac56d06 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -169,49 +169,6 @@ fedora_autotools_full:
   image: fedora:latest
   stage: test
 
-centos7:
-  <<: *dist
-  before_script:
-    - yum -y install
-      file
-      findutils
-      gcc
-      desktop-file-utils
-      gettext-devel
-      glib2-devel
-      gtk3-devel
-      intltool
-      NetworkManager-libnm-devel
-      pkgconfig
-      /usr/bin/autopoint
-      /usr/bin/vapigen
-      gcr-devel
-      gobject-introspection-devel redhat-rpm-config
-      gtk-doc
-      iso-codes-devel
-      mobile-broadband-provider-info-devel
-      make
-  script:
-    - tar xJf libnma-*.tar.xz
-    - cd libnma-*/
-    - ./configure
-      --disable-silent-rules
-      --with-more-asserts=yes
-      --enable-nls
-      --enable-iso-codes
-      --enable-mobile-broadband-provider-info
-      --enable-gtk-doc
-      --enable-introspection
-      --enable-vala
-      --enable-more-warnings
-      --with-gcr
-    - make -j$(nproc)
-    - make -j$(nproc) check
-    - make -j$(nproc) install
-    - make -j$(nproc) uninstall
-  image: centos:7
-  stage: test
-
 # https://libnma.pages.gitlab.gnome.org/libnma/
 pages:
   <<: *fedora_full


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]