]> 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>
Thu, 11 Jul 2024 16:45:57 +0000 (17:45 +0100)
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>
automation/gitlab-ci/build.yaml

index 3e299f34f46125926374e8dc1868b44e073ca780..1446bc1d0ea73e096f299f1c29e49baa70f52e11 100644 (file)
@@ -573,11 +573,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