[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: use the tests-artifacts kernel for qemu-smoke-arm64-gcc
commit fccaa4d35c78c08eb351fb3692fff51a61a2a4b0 Author: Stefano Stabellini <sstabellini@xxxxxxxxxx> AuthorDate: Tue Nov 24 13:22:17 2020 -0800 Commit: Stefano Stabellini <sstabellini@xxxxxxxxxx> CommitDate: Thu Dec 17 14:56:43 2020 -0800 automation: use the tests-artifacts kernel for qemu-smoke-arm64-gcc Use the tests-artifacts kernel, instead of the Debian kernel, for the qemu-smoke-arm64-gcc job. Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- automation/gitlab-ci/test.yaml | 1 + automation/scripts/qemu-smoke-arm64.sh | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index a291538d68..9448651187 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -55,6 +55,7 @@ qemu-smoke-arm64-gcc: - ./automation/scripts/qemu-smoke-arm64.sh 2>&1 | tee qemu-smoke-arm64.log dependencies: - debian-unstable-gcc-arm64 + - kernel-5.9.9-arm64-export artifacts: paths: - smoke.serial diff --git a/automation/scripts/qemu-smoke-arm64.sh b/automation/scripts/qemu-smoke-arm64.sh index 794c53f887..bdef0717ad 100755 --- a/automation/scripts/qemu-smoke-arm64.sh +++ b/automation/scripts/qemu-smoke-arm64.sh @@ -12,12 +12,6 @@ apt-get -qy install --no-install-recommends qemu-system-aarch64 \ busybox-static \ cpio -cd binaries -apt-get download linux-image-*[0-9]-arm64 -dpkg -i --ignore-depends=initramfs-tools ./linux-image-*arm64.deb || true -cp /boot/vmlinuz-*arm64 ./Image -cd .. - # XXX Silly workaround to get the following QEMU command to work # QEMU looks for "efi-virtio.rom" even if it is unneeded cp /usr/share/qemu/pvh.bin /usr/share/qemu/efi-virtio.rom -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |