Ping?
On Fri, 25 Jun 2021, Stefano Stabellini wrote: > Hi all, > > This short series adds a minimal ARM32 test based on QEMU. It just runs > Xen and Dom0 up to a Busybox prompt. > > Cheers, > > Stefano > > > Stefano Stabellini (2): > Add qemu-system-arm to the existing tests-artifacts container > Add an ARM32 qemu-based smoke test > > automation/gitlab-ci/build.yaml | 14 ++++- > automation/gitlab-ci/test.yaml | 27 +++++++- > automation/scripts/qemu-smoke-arm32.sh | 72 > ++++++++++++++++++++++ > ...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} | 5 +- > 4 files changed, 112 insertions(+), 6 deletions(-) > create mode 100755 automation/scripts/qemu-smoke-arm32.sh > rename > automation/tests-artifacts/qemu-system-aarch64/{5.2.0-arm64v8.dockerfile => > 6.0.0-arm64v8.dockerfile} (95%) >