[glib/wip/pwithnall/disable-macos-ci] ci: Temporarily allow failure of macOS CI runner until it’s fixed




commit b081be48ba59ae4d34b4aa0296797aa864bb1b46
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon May 16 12:29:25 2022 +0100

    ci: Temporarily allow failure of macOS CI runner until it’s fixed
    
    The runner machine is offline and there is no ETA on when it will be
    back, so allow the CI job which uses it to fail for now so that
    pipelines can proceed.
    
    See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/558
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8488d2b8ef..7b8100b149 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -444,6 +444,9 @@ macos:
   tags:
     - macos
   needs: []
+  # FIXME: Temporarily allow failure as the worker is offline
+  # See https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/558
+  allow_failure: true
   before_script:
     - bash .gitlab-ci/show-execution-environment.sh
     - pip3 install --user meson==0.60.1


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