]> 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 13:26:38 +0000 (13:26 +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 84e9dde25a7df191d6f5428b69489fe84726335f..3f82e2109b3f29e0ca95516924857bfd4ff841e8 100644 (file)
@@ -624,11 +624,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