[libvirt PATCH v2 5/5] ci: Add a Fedora integration test job utilizing upstream QEMU

Erik Skultety eskultet at redhat.com
Thu May 12 08:50:59 UTC 2022


Signed-off-by: Erik Skultety <eskultet at redhat.com>
Reviewed-by: Michal Privoznik <mprivozn at redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>
---
 ci/integration.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/ci/integration.yml b/ci/integration.yml
index a71df41694..4978d3cf02 100644
--- a/ci/integration.yml
+++ b/ci/integration.yml
@@ -64,3 +64,19 @@ fedora-35-tests:
     LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
   tags:
     - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
+
+fedora-35-upstream-qemu-tests:
+  extends: .integration_tests_upstream_qemu
+  needs:
+    - x86_64-fedora-35
+    - project: libvirt/libvirt-perl
+      job: x86_64-fedora-35
+      ref: master
+      artifacts: true
+  variables:
+    # needed by libvirt-gitlab-executor
+    DISTRO: fedora-35
+    # can be overridden in forks to set a different runner tag
+    LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
+  tags:
+    - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
-- 
2.34.3



More information about the libvir-list mailing list