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

Erik Skultety posted 1 patch 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/8b6e9f36adc119874402ab311c6913c4b5ed8641.1665045941.git.eskultet@redhat.com
ci/integration.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[libvirt PATCH] ci: integration: Update the perl CI job names
Posted by Erik Skultety 1 year, 6 months ago
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@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
Re: [libvirt PATCH] ci: integration: Update the perl CI job names
Posted by Michal Prívozník 1 year, 6 months ago
On 10/6/22 10:46, Erik Skultety wrote:
> 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@redhat.com>
> ---
>  ci/integration.yml | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal