[librsvg/librsvg-2.46] Allow failures on anything non-opensuse :/



commit b98320e4f14a0e1ef5e968d404e105ec74636217
Author: Jordan Petridis <jpetridis gnome org>
Date:   Mon Sep 23 08:26:35 2019 +0300

    Allow failures on anything non-opensuse :/
    
    Till we find time to fix the cross-distro story. #505

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4a4c673..9215a021 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,6 +114,7 @@ stages:
 .fedora test:
   image: $AMD64_FEDORA_LATEST
   stage: test
+  allow_failure: true
   variables:
     LIBRSVG_DEBUG: "yes"
   <<: *test
@@ -192,6 +193,7 @@ tarball:
 fedora:test_release:
   image: $AMD64_FEDORA_LATEST
   stage: test
+  allow_failure: true
   variables:
     LIBRSVG_DEBUG: "no"
   <<: *distro_test
@@ -199,6 +201,7 @@ fedora:test_release:
 
 debian:testing_release_i386:
   image: $I386_DEBIAN_TESTING
+  allow_failure: true
   variables:
     LIBRSVG_DEBUG: "no"
   before_script:


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