[gnome-runtime-images/alatiera/scheduled-stable-rebuilds: 4/4] ci: mark manual jobs as 'allow_failure' so the pipeline doesn't hang forever



commit af669b22bdd0190ea308041a1f1acdc450e4d7e4
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Apr 25 08:10:21 2020 +0300

    ci: mark manual jobs as 'allow_failure' so the pipeline doesn't hang forever

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a254519..82bd23f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,7 @@ default:
         - buildah inspect --format "{{.FromImageID}}" ${DOCKERIMAGE}
     rules:
       - when: 'manual'
+        allow_failure: true
 
 base:
     stage: base
@@ -106,6 +107,7 @@ gnome:master:
       - if: "$CI_COMMIT_BRANCH == 'master'"
         when: 'always'
       - when: 'manual'
+        allow_failure: true
 
 gnome:3.32:
     stage: runtimes
@@ -117,6 +119,7 @@ gnome:3.32:
       - if: '$REBUILD_3_32'
         when: 'always'
       - when: 'manual'
+        allow_failure: true
 
 gnome:3.34:
     stage: runtimes
@@ -128,6 +131,7 @@ gnome:3.34:
       - if: '$REBUILD_3_34'
         when: 'always'
       - when: 'manual'
+        allow_failure: true
 
 gnome:3.36:
     stage: runtimes
@@ -139,3 +143,4 @@ gnome:3.36:
       - if: '$REBUILD_3_36'
         when: 'always'
       - when: 'manual'
+        allow_failure: true


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