[librsvg: 1/5] (#848) CI: remove the "crun" tag from all the jobs that had it




commit 4aa3e035432948616a83bd413f0213afa9c277d8
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jul 14 12:42:35 2022 -0500

    (#848) CI: remove the "crun" tag from all the jobs that had it
    
    It was required for
    https://gitlab.gnome.org/GNOME/librsvg/-/issues/848 - downstream from
    https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/545 - but now
    all the CentOS runners are replaced with Fedora ones.
    
    Fixes #848.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/716>

 .gitlab-ci.yml | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8dd396d1b..4abe2ab61 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,10 +62,6 @@ cargo_test:
     - cargo test -- --skip loading_crash --skip reference --skip render_crash
 
 .build-rsvg:
-  tags:
-    # FIXME: remove this once the runners get CentOS upgraded
-    # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848
-    - crun
   extends: '.cache'
   stage: build
   script:
@@ -270,10 +266,6 @@ coverage:
     - job: opensuse-container@x86_64.nightly
     - job: check
       artifacts: false
-  tags:
-    # FIXME: remove this once the runners get CentOS upgraded
-    # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848
-    - crun
   variables:
     CFLAGS: "-coverage -ftest-coverage -fprofile-arcs"
     RUSTFLAGS: "-Cinstrument-coverage"
@@ -355,10 +347,6 @@ distcheck:
   needs:
     - job: check
       artifacts: false
-  tags:
-    # FIXME: remove this once the runners get CentOS upgraded
-    # see https://gitlab.gnome.org/GNOME/librsvg/-/issues/848
-    - crun
   variables:
     DESTDIR: "/tmp/distcheck"
     LIBRSVG_DEBUG: "no"


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