From: Andrew Cooper Date: Fri, 10 Jan 2025 16:02:17 +0000 (+0000) Subject: CI: Add an x86_64 Clang Randconfig job X-Git-Tag: 4.20.0-rc2~24 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ab44af38fb8d8c245d67126f041fadf4a7de33e;p=xen.git CI: Add an x86_64 Clang Randconfig job This was recently identified as a hole in testing. Signed-off-by: Andrew Cooper Reviewed-by: Alejandro Vallejo Acked-by: Stefano Stabellini --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 3abd2a0c65..cb84f379b7 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -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: