automation: add qemu-system-aarch64 to test-artifacts
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 5 Jan 2021 22:58:43 +0000 (14:58 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 15 Jan 2021 02:14:56 +0000 (18:14 -0800)
commitc92c9f84f6c6cc17d0f7ce890011d4ab570089e8
tree1a2edcf1c131aaedf0aa0933e50a252eef1ac6ed
parent84a37d24a9e962e9c2fa8eb4671ea60c0958157d
automation: add qemu-system-aarch64 to test-artifacts

Currently we are using Debian's qemu-system-aarch64 for our tests.
However, sometimes it crashes. It is hard to debug and even harder to
apply any fixes to it.

Instead, build our own QEMU as one of our test-artifacts, which are only
built once, then imported into each pipeline via phony jobs.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Wei Liu <wl@xen.org>
automation/tests-artifacts/qemu-system-aarch64/5.2.0-arm64v8.dockerfile [new file with mode: 0644]