]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
CI: Add an x86_64 Clang Randconfig job
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 10 Jan 2025 16:02:17 +0000 (16:02 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 Jan 2025 13:35:22 +0000 (13:35 +0000)
This was recently identified as a hole in testing.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Alejandro Vallejo <alejandro.vallejo@cloud.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
automation/gitlab-ci/build.yaml

index 3abd2a0c65756bf3058fa33d6792956b6b9cbd70..cb84f379b7548f8b27f7ef754b2f26b3029aeb6f 100644 (file)
@@ -551,6 +551,12 @@ debian-12-x86_64-clang:
   variables:
     CONTAINER: debian:12-x86_64
 
+debian-12-x86_64-clang-randconfig:
+  extends: .clang-x86-64-build
+  variables:
+    CONTAINER: debian:12-x86_64
+    RANDCONFIG: y
+
 debian-12-x86_64-gcc:
   extends: .gcc-x86-64-build
   variables: