[libvirt PATCH] ci: integration: Update the perl CI job names

Erik Skultety eskultet at redhat.com
Thu Oct 6 08:46:09 UTC 2022


libvirt-derived repos recently changed the way how and when CI
containers are built and for that a different naming scheme was adopted
to differentiate between the 2. Update the integration pipeline config
to reflect this change.

Signed-off-by: Erik Skultety <eskultet at redhat.com>
---
 ci/integration.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ci/integration.yml b/ci/integration.yml
index 43f22813c9..0a349bc9b3 100644
--- a/ci/integration.yml
+++ b/ci/integration.yml
@@ -6,7 +6,7 @@ centos-stream-8-tests:
   needs:
     - x86_64-centos-stream-8
     - project: libvirt/libvirt-perl
-      job: x86_64-centos-stream-8
+      job: x86_64-centos-stream-8-prebuilt-env
       ref: master
       artifacts: true
   variables:
@@ -22,7 +22,7 @@ centos-stream-9-tests:
   needs:
     - x86_64-centos-stream-9
     - project: libvirt/libvirt-perl
-      job: x86_64-centos-stream-9
+      job: x86_64-centos-stream-9-prebuilt-env
       ref: master
       artifacts: true
   variables:
@@ -38,7 +38,7 @@ fedora-35-tests:
   needs:
     - x86_64-fedora-35
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-35
+      job: x86_64-fedora-35-prebuilt-env
       ref: master
       artifacts: true
   variables:
@@ -54,7 +54,7 @@ fedora-36-tests:
   needs:
     - x86_64-fedora-36
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-36
+      job: x86_64-fedora-36-prebuilt-env
       ref: master
       artifacts: true
   variables:
@@ -70,7 +70,7 @@ fedora-36-upstream-qemu-tests:
   needs:
     - x86_64-fedora-36
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-36
+      job: x86_64-fedora-36-prebuilt-env
       ref: master
       artifacts: true
   variables:
-- 
2.37.3



More information about the libvir-list mailing list