mbox series

[0/3] automation: add arm32 xl domU creation test

Message ID alpine.DEB.2.22.394.2302141642520.2025117@ubuntu-linux-20-04-desktop (mailing list archive)
Headers show
Series automation: add arm32 xl domU creation test | expand

Message

Stefano Stabellini Feb. 15, 2023, 12:58 a.m. UTC
Hi all,

This patch series add a domU creation test based on xl for arm32. To do
that, it reuses the existing arm32 dom0 test, and also reuses the Yocto
qemuarm build output.

Pipeline (with reduced amount of jobs):
https://gitlab.com/xen-project/people/sstabellini/xen/-/pipelines/777780349

Cheers,

Stefano

Stefano Stabellini (3):
      automation: move yocto jobs to build stage
      automation: add binaries/ to artifacts for Yocto jobs
      automation: expand arm32 dom0 test adding xl domain creation

 automation/build/yocto/build-yocto.sh       |  6 ++++
 automation/gitlab-ci/build.yaml             | 52 +++++++++++++++++++++++++++++
 automation/gitlab-ci/test.yaml              | 46 +------------------------
 automation/scripts/qemu-smoke-dom0-arm32.sh | 50 ++++++++++++++++++++-------
 4 files changed, 97 insertions(+), 57 deletions(-)