]> xenbits.xensource.com Git - libvirt.git/commitdiff
ci: Move upstream QEMU integration test to Fedora 36
authorAndrea Bolognani <abologna@redhat.com>
Thu, 26 May 2022 13:44:09 +0000 (15:44 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 9 Jun 2022 12:41:44 +0000 (14:41 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
ci/integration.yml

index 5b60b41e851cf1f423aa7f929917054252e8805a..43f22813c9c77fb0649b86df183914e07d97144f 100644 (file)
@@ -49,24 +49,24 @@ fedora-35-tests:
   tags:
     - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
 
-fedora-35-upstream-qemu-tests:
-  extends: .integration_tests_upstream_qemu
+fedora-36-tests:
+  extends: .integration_tests
   needs:
-    - x86_64-fedora-35
+    - x86_64-fedora-36
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-35
+      job: x86_64-fedora-36
       ref: master
       artifacts: true
   variables:
     # needed by libvirt-gitlab-executor
-    DISTRO: fedora-35
+    DISTRO: fedora-36
     # 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
 
-fedora-36-tests:
-  extends: .integration_tests
+fedora-36-upstream-qemu-tests:
+  extends: .integration_tests_upstream_qemu
   needs:
     - x86_64-fedora-36
     - project: libvirt/libvirt-perl