]> xenbits.xensource.com Git - xen.git/commitdiff
CI: Drop alpine-3.18-rootfs-export and use test-artefacts
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 31 Oct 2024 18:02:57 +0000 (18:02 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 5 Nov 2024 10:36:53 +0000 (10:36 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/gitlab-ci/build.yaml
automation/gitlab-ci/test.yaml

index af2b1ceba3a41e5c1d15232fe937c77954a9be51..b5ca2c3f1833a2ffd0db1a77c9fb319582a74cfb 100644 (file)
@@ -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
index e8f57e87bd19357d5e5bfe66f14c186f11a1ade6..fe023dae0d4209d2963e21b876c6c4b8f7d45fd9 100644 (file)
   - 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