[PATCH v3 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.2302171606480.2127160@ubuntu-linux-20-04-desktop
automation/build/yocto/build-yocto.sh       | 16 +++++++++
automation/gitlab-ci/build.yaml             | 53 +++++++++++++++++++++++++++
automation/gitlab-ci/test.yaml              | 56 ++---------------------------
automation/scripts/qemu-smoke-dom0-arm32.sh | 52 ++++++++++++++++++++-------
4 files changed, 110 insertions(+), 67 deletions(-)
[PATCH v3 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/781740574

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       | 16 +++++++++
 automation/gitlab-ci/build.yaml             | 53 +++++++++++++++++++++++++++
 automation/gitlab-ci/test.yaml              | 56 ++---------------------------
 automation/scripts/qemu-smoke-dom0-arm32.sh | 52 ++++++++++++++++++++-------
 4 files changed, 110 insertions(+), 67 deletions(-)