ci: Temporarily allow build-sysext CI job to fail

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 <pwithnall@gnome.org>
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3251>
This commit is contained in:
Philip Withnall 2024-11-28 10:41:13 +00:00
parent df3b4d302d
commit aacc968f0e

View File

@ -12,6 +12,11 @@ include:
-Dextensions-tool:bash_completion=disabled -Dextensions-tool:bash_completion=disabled
build-sysext: 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: tags:
- x86_64_v3 - x86_64_v3
before_script: before_script: