[gtk/ci-jobs] ci: Allow release job to fail



commit 2b425fa88a65e62e37ac29bf7822fdba88a086af
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Feb 11 15:12:14 2020 +0000

    ci: Allow release job to fail
    
    We need to investigate release-specific failures, and possibly fix our
    test suite to deal with debug-specific poking through the internal
    state.
    
    For the time being, allow the release job to fail, but this is strictly
    a temporary measure.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 58db3d7a4e..6df0a99184 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -80,6 +80,7 @@ release-build:
             _build
     - ninja -C _build
     - .gitlab-ci/run-tests.sh _build
+  allow_failure: true
   artifacts:
     when: always
     reports:


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