[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] CI: Add an x86_64 Clang Randconfig job
This was recently identified as a hole in testing. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> CC: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> https://gitlab.com/xen-project/people/andyhhp/xen/-/jobs/8820980201 --- automation/gitlab-ci/build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 3abd2a0c6575..cb84f379b754 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: -- 2.39.5
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |