The jobs in other libvirt projects have all been renamed, due to
the need to have two parallel sets of jobs for different execution
scenarios. Since the integration tests are targetting 'master'
branch pipelines in the external repos, we need to reference the
'-prebuilt-env' variants of the jobs.
Signed-off-by: Daniel P. Berrangé <berrange(a)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.2