[librsvg: 5/14] CI: enable the Fedora build with 'cargo test'




commit 000ac0f60a89b09ce4bd19e267ec138c8ba00736
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Sep 26 13:04:57 2022 -0500

    CI: enable the Fedora build with 'cargo test'
    
    Make it non-conditional, so we can test Fedora's versions of the Pango stack.
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/754>

 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f57e4d7a6..6433eedc1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -163,21 +163,16 @@ cargo test - opensuse@aarch64:
     - job: check
       artifacts: false
 
-build-rsvg-fedora@x86_64:
+cargo test - fedora@x86_64:
   extends:
     - .container.fedora@x86_64
     - .fdo.distribution-image@fedora
-    - .build-rsvg-no-docs
+    - .cargo-test
   needs:
     - job: fedora-container@x86_64
       artifacts: false
     - job: check
       artifacts: false
-  rules:
-    - if: '$CI_PIPELINE_SOURCE == "push"'
-      when: manual
-      allow_failure: true
-    - if: '$CI_PIPELINE_SOURCE == "schedule"'
 
 .build-rsvg-fedora@aarch64:
   extends:


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