[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v1 2/2] CI: Run driver domains test on Debian too
The recent failure affected only glibc-based systems, so do the test on Debian too. Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> --- automation/gitlab-ci/test.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 5c4b2dc304b4..a5ae03b0eee9 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -30,6 +30,17 @@ job: microcode-x86 ref: master +.debian-x86-64-test-needs: &debian-x86-64-test-needs + - project: xen-project/hardware/test-artifacts + job: linux-6.6.56-x86_64 + ref: master + - project: xen-project/hardware/test-artifacts + job: debian-12-x86_64-rootfs + ref: master + - project: xen-project/hardware/test-artifacts + job: microcode-x86 + ref: master + .qemu-arm64: extends: .test-jobs-common variables: @@ -664,6 +675,14 @@ qemu-alpine-driverdomains-x86_64-gcc: - *x86-64-test-needs - alpine-3.18-gcc +qemu-debian-12-driverdomains-x86_64-gcc: + extends: .qemu-x86-64 + script: + - ./automation/scripts/qemu-driverdomains-x86_64.sh 2>&1 | tee ${LOGFILE} + needs: + - *debian-x86-64-test-needs + - debian-12-x86_64-gcc-debug + qemu-smoke-x86-64-gcc: extends: .qemu-smoke-x86-64 script: -- git-series 0.9.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |