automation: add a QEMU aarch64 smoke test
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 13 Nov 2020 02:30:33 +0000 (18:30 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 17 Dec 2020 22:56:43 +0000 (14:56 -0800)
commitdbc1e724bbcddf5de7a591ba7eb5a765a72de951
treee27bf949083359124252bbc8c92891b00ddf3ed6
parent641723f78d3a0b1982e1cd2ef37d8d877cfe542d
automation: add a QEMU aarch64 smoke test

Use QEMU to start Xen (just the hypervisor) up until it stops because
there is no dom0 kernel to boot.

It is based on the existing build job unstable-arm64v8.

Also use make -j$(nproc) to build Xen.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Wei Liu <wl@xen.org>
automation/gitlab-ci/test.yaml
automation/scripts/build
automation/scripts/qemu-smoke-arm64.sh [new file with mode: 0755]