[PATCH v5 0/2] automation: qemu32 smoke test

Stefano Stabellini posted 2 patches 2 years ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/alpine.DEB.2.22.394.2204151715100.915916@ubuntu-linux-20-04-desktop
Test gitlab-ci passed
automation/gitlab-ci/build.yaml                    | 14 +++-
automation/gitlab-ci/test.yaml                     | 27 +++++++-
automation/scripts/qemu-smoke-arm32.sh             | 81 ++++++++++++++++++++++
...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} |  5 +-
4 files changed, 121 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%)
[PATCH v5 0/2] automation: qemu32 smoke test
Posted by Stefano Stabellini 2 years ago
Hi all,

This small series adds a simple Xen + Dom0 boot arm32 test to gitlab-ci
using QEMU, similar to the existing tests for arm64 and x86.

Cheers,

Stefano

Stefano Stabellini (2):
      gitlab-ci: add qemu-system-arm to the existing tests-artifacts container
      gitlab-ci: 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             | 81 ++++++++++++++++++++++
 ...arm64v8.dockerfile => 6.0.0-arm64v8.dockerfile} |  5 +-
 4 files changed, 121 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%)