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

Stefano Stabellini posted 2 patches 3 years, 4 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.21.2011161927120.20906@sstabellini-ThinkPad-T480s
automation/gitlab-ci/test.yaml         | 23 ++++++++
automation/scripts/build               |  6 +--
automation/scripts/qemu-smoke-arm64.sh | 98 ++++++++++++++++++++++++++++++++++
3 files changed, 124 insertions(+), 3 deletions(-)
create mode 100755 automation/scripts/qemu-smoke-arm64.sh
[PATCH v2 0/2] automation: arm64 dom0less smoke test
Posted by Stefano Stabellini 3 years, 4 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


Changes in v2:
- use the Debian kernel for testing instead of building your own
- fix x86_32 build


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               |  6 +--
 automation/scripts/qemu-smoke-arm64.sh | 98 ++++++++++++++++++++++++++++++++++
 3 files changed, 124 insertions(+), 3 deletions(-)
 create mode 100755 automation/scripts/qemu-smoke-arm64.sh

Re: [PATCH v2 0/2] automation: arm64 dom0less smoke test
Posted by Wei Liu 3 years, 3 months ago
On Mon, Nov 16, 2020 at 08:21:18PM -0800, Stefano Stabellini wrote:
> 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
> 
> 
> Changes in v2:
> - use the Debian kernel for testing instead of building your own
> - fix x86_32 build
> 
> 
> Stefano Stabellini (2):
>       automation: add a QEMU aarch64 smoke test
>       automation: add dom0less to the QEMU aarch64 smoke test

Acked-by: Wei Liu <wl@xen.org>