From aacc968f0e2829e094bfb693b1180149d05ceba4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 28 Nov 2024 10:41:13 +0000 Subject: [PATCH] ci: Temporarily allow build-sysext CI job to fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitLab is currently timing out a lot, and the number of consecutive `git clone` operations which the `build-sysext` job does is basically guaranteed to fail at some point. I’ve tried one CI run 30 times in a row without success. Temporarily allow this job to fail until GitLab is fixed. Signed-off-by: Philip Withnall Part-of: --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8939363cf..374a0760a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,11 @@ include: -Dextensions-tool:bash_completion=disabled build-sysext: + # FIXME: Temporarily allow this to fail, as it is basically impossible for it + # to run successfully while GitLab is broken, due to the number of sequential + # git clone operations it does. + # See https://discourse.gnome.org/t/scheduled-maintenance-gitlab-gitlab-pages-04th-of-december-2024-at-2-pm-utc/25271 + allow_failure: true tags: - x86_64_v3 before_script: