mbox series

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

Message ID alpine.DEB.2.22.394.2302151407130.2127160@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, 10:09 p.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/779022452

Cheers,

Stefano

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

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