[gdk-pixbuf/ebassi/msys-no-man-pages] ci: Allow macOS job to fail



commit 47e6d52f208b923401ce65a05c9aca0e2a66d48e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu May 12 19:40:10 2022 +0100

    ci: Allow macOS job to fail
    
    The macOS CI runner is really flaky, so we can't allow it to block every
    time it goes belly up.
    
    See also: https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/558

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17a9ba38e..a0932f8c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,6 +74,7 @@ macos:
     when: always
     paths:
       - "${CI_PROJECT_DIR}/_build/meson-logs"
+  allow_failure: true
 
 msys2-mingw64:
   stage: build


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