]> 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>
Mon, 11 Nov 2024 18:16:35 +0000 (18:16 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
(cherry picked from commit babe11b46c1a97036164099528a308476ea27953)

automation/gitlab-ci/build.yaml
automation/gitlab-ci/test.yaml

index 6342a025aca2025ab2ab8ea1aa5c9fcbb3f23ad9..19ce06bb333c5c09ed9ea4895ad325393e1783af 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 e76a37bef32df11fb24acc71bc70a7a07fb80d26..5c3cff1bc7617d6afff43cb9d8496fd20f18fe00 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