From: Andrew Cooper Date: Thu, 31 Oct 2024 18:02:57 +0000 (+0000) Subject: CI: Drop alpine-3.18-rootfs-export and use test-artefacts X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=32e9c5de2efe7e76753668541b95eae5ae31fb19;p=people%2Faperard%2Fxen-unstable.git CI: Drop alpine-3.18-rootfs-export and use test-artefacts Signed-off-by: Andrew Cooper Reviewed-by: Stefano Stabellini (cherry picked from commit babe11b46c1a97036164099528a308476ea27953) --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 6342a025ac..19ce06bb33 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -304,17 +304,6 @@ qemu-system-aarch64-6.0.0-arm32-export: # x86_64 test artifacts -alpine-3.18-rootfs-export: - extends: .test-jobs-artifact-common - image: registry.gitlab.com/xen-project/xen/tests-artifacts/alpine:3.18 - script: - - mkdir binaries && cp /initrd.tar.gz binaries/initrd.tar.gz - artifacts: - paths: - - binaries/initrd.tar.gz - tags: - - x86_64 - kernel-6.1.19-export: extends: .test-jobs-artifact-common image: registry.gitlab.com/xen-project/xen/tests-artifacts/kernel:6.1.19 diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index e76a37bef3..5c3cff1bc7 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -11,8 +11,10 @@ - qemu-system-aarch64-6.0.0-arm32-export .x86-64-test-needs: &x86-64-test-needs - - alpine-3.18-rootfs-export - kernel-6.1.19-export + - project: xen-project/hardware/test-artifacts + job: x86_64-rootfs-alpine-3.18 + ref: master .qemu-arm64: extends: .test-jobs-common