]> xenbits.xensource.com Git - xen.git/commitdiff
CI: Mark Archlinux/x86 as allowing failures
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 10 Jul 2024 12:38:52 +0000 (13:38 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 11 Nov 2024 14:54:42 +0000 (14:54 +0000)
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 <andrew.cooper3@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Release-Acked-By: Oleksii Kurochko <oleksii.kurochko@gmail.com>
(cherry picked from commit 5e1773dc863d6e1fb4c1398e380bdfc754342f7b)

automation/gitlab-ci/build.yaml

index 7f170ec3200be06ebe00fba866ae1f98a6ab4208..33590329b972dd069103dce8b01ec9c76874bce5 100644 (file)
@@ -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