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

Stefano Stabellini posted 3 patches 1 year, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/alpine.DEB.2.22.394.2302141642520.2025117@ubuntu-linux-20-04-desktop
There is a newer version of this series
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(-)
[PATCH 0/3] automation: add arm32 xl domU creation test
Posted by Stefano Stabellini 1 year, 2 months ago
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(-)