[gnome-build-meta/abderrahim/openh264-manual] .gitlab-ci.yml: make the openh264 allow_failure




commit 70b0834d59f0516c851364416ce7f32a1a10e0e2
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Jul 19 17:47:33 2021 +0100

    .gitlab-ci.yml: make the openh264 allow_failure
    
    a manual job that doesn't allow failure will keep the pipeline blocked
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1218>

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 509cea93..a1dd8c98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -317,6 +317,7 @@ openh264-x86_64:
   - .x86_64
   stage: deploy
   needs: []
+  allow_failure: true
   rules:
   - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
     when: never


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