This is intended to detect issues like recent xl devd crash in domU. Pipeline: https://gitlab.com/xen-project/people/marmarek/xen/-/pipelines/2196576805
I did checked that indeed it fails with the fix reverted - that's why the Debian patch - Alpine version did not detected that regression. Requires debian in test-artifacts repo - patch series sent separately. Marek Marczykowski-Górecki (4): automation: switch to alpine:3.22 CI: Add driver domains tests CI: Add configure --enable-systemd for full build CI: Run driver domains test on Debian too automation/build/alpine/3.18-arm64v8.dockerfile | 51 +------ automation/build/alpine/3.18.dockerfile | 52 +------ automation/build/alpine/3.22-arm64v8.dockerfile | 51 ++++++- automation/build/alpine/3.22.dockerfile | 52 ++++++- automation/build/debian/13-x86_64.dockerfile | 4 +- automation/gitlab-ci/build.yaml | 44 ++--- automation/gitlab-ci/test.yaml | 125 ++++++++------ automation/scripts/build | 3 +- automation/scripts/containerize | 4 +- automation/scripts/qemu-driverdomains-x86_64.sh | 152 +++++++++++++++++- 10 files changed, 362 insertions(+), 176 deletions(-) delete mode 100644 automation/build/alpine/3.18-arm64v8.dockerfile delete mode 100644 automation/build/alpine/3.18.dockerfile create mode 100644 automation/build/alpine/3.22-arm64v8.dockerfile create mode 100644 automation/build/alpine/3.22.dockerfile create mode 100755 automation/scripts/qemu-driverdomains-x86_64.sh base-commit: 62bd4c2a8ee809c181d47098583270dc9db9300e -- git-series 0.9.1
