From: Andrew Cooper Date: Wed, 10 Jul 2024 12:38:52 +0000 (+0100) Subject: CI: Mark Archlinux/x86 as allowing failures X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ca06b7fd29ada468d3e3a28363336ed4e79d7db;p=xen.git CI: Mark Archlinux/x86 as allowing failures Archlinux is a rolling distro. As a consequence, rebuilding the container periodically changes the toolchain, and this affects all stable branches in one go. Signed-off-by: Andrew Cooper Reviewed-by: Anthony PERARD Release-Acked-By: Oleksii Kurochko (cherry picked from commit 5e1773dc863d6e1fb4c1398e380bdfc754342f7b) --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 7f170ec320..33590329b9 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -161,11 +161,13 @@ archlinux-gcc: extends: .gcc-x86-64-build variables: CONTAINER: archlinux:current + allow_failure: true archlinux-gcc-debug: extends: .gcc-x86-64-build-debug variables: CONTAINER: archlinux:current + allow_failure: true centos-7-gcc: extends: .gcc-x86-64-build