[tracker-miners/wip/carlosg/ci-updates: 4/4] ci: Allow failure in all stages of Rawhide testing




commit 204809004f5cf5b1553acb9f3053f9d0f4c6f3f3
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Aug 12 11:46:02 2021 +0200

    ci: Allow failure in all stages of Rawhide testing
    
    Creating Rawhide images is currently broken, it does not make sense
    to stall CI on a distro version that is not necessarily stable.

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 400c20c0a..5a42cc398 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,6 +137,7 @@ build-fedora-rawhide-container@x86_64:
   stage: prepare
   variables:
     GIT_STRATEGY: none
+  allow_failure: true
   needs:
     - check-commit-log
     - check-merge-request
@@ -206,6 +207,7 @@ build-fedora-rawhide@x86_64:
     - .tracker-miners.fedora:rawhide@x86_64
   needs:
     - build-fedora-rawhide-container@x86_64
+  allow_failure: true
   <<: *build
 
 build-fedora@aarch64:
@@ -276,6 +278,7 @@ test-fedora-rawhide@x86_64:
     - .tracker-miners.fedora:rawhide@x86_64
   needs:
     - build-fedora-rawhide@x86_64
+  allow_failure: true
   <<: *test
 
 test-fedora@aarch64:


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