[PATCH 0/2] automation: arm64 dom0less smoke test

Stefano Stabellini posted 2 patches 3 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/alpine.DEB.2.21.2011131751380.20906@sstabellini-ThinkPad-T480s
Maintainers: Doug Goldstein <cardoe@cardoe.com>
There is a newer version of this series
automation/gitlab-ci/test.yaml         |  23 ++++++++
automation/scripts/build               |   8 +--
automation/scripts/qemu-smoke-arm64.sh | 105 +++++++++++++++++++++++++++++++++
3 files changed, 131 insertions(+), 5 deletions(-)
create mode 100755 automation/scripts/qemu-smoke-arm64.sh
[PATCH 0/2] automation: arm64 dom0less smoke test
Posted by Stefano Stabellini 3 years, 5 months ago
Hi all,

This short series introduces a very simple Xen Dom0less smoke test based
on qemu-system-aarch64 to be run as part of the gitlab CI-loop. It
currently passes on staging.

Cheers,

Stefano


Stefano Stabellini (2):
      automation: add a QEMU aarch64 smoke test
      automation: add dom0less to the QEMU aarch64 smoke test

 automation/gitlab-ci/test.yaml         |  23 ++++++++
 automation/scripts/build               |   8 +--
 automation/scripts/qemu-smoke-arm64.sh | 105 +++++++++++++++++++++++++++++++++
 3 files changed, 131 insertions(+), 5 deletions(-)
 create mode 100755 automation/scripts/qemu-smoke-arm64.sh