]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
ci: Move upstream-qemu job to Fedora 39
authorAndrea Bolognani <abologna@redhat.com>
Mon, 8 Jan 2024 10:34:37 +0000 (11:34 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 9 Jan 2024 08:45:45 +0000 (09:45 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
ci/integration.yml

index c234696d10dd16e87494bf9fbbdcf00fcc0d712f..ff1bb5d81dc0405a2a025fc84557ed1b1470e53b 100644 (file)
@@ -121,47 +121,47 @@ fedora-38-tests-local-env:
       artifacts: true
 
 
-.fedora-38-upstream-qemu-tests:
+.fedora-39-tests:
   variables:
     # needed by libvirt-gitlab-executor
-    DISTRO: fedora-38
+    DISTRO: fedora-39
     # 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-38-upstream-qemu-tests-prebuilt-env:
+fedora-39-tests-prebuilt-env:
   extends:
-    - .integration_tests_upstream_qemu_prebuilt_env
-    - .fedora-38-upstream-qemu-tests
+    - .integration_tests_prebuilt_env
+    - .fedora-39-tests
   needs:
-    - x86_64-fedora-38-prebuilt-env
+    - x86_64-fedora-39-prebuilt-env
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-38-prebuilt-env
+      job: x86_64-fedora-39-prebuilt-env
       ref: master
       artifacts: true
     - project: libvirt/libvirt-python
-      job: x86_64-fedora-38-prebuilt-env
+      job: x86_64-fedora-39-prebuilt-env
       ref: master
       artifacts: true
 
-fedora-38-upstream-qemu-tests-local-env:
+fedora-39-tests-local-env:
   extends:
-    - .integration_tests_upstream_qemu_local_env
-    - .fedora-38-upstream-qemu-tests
+    - .integration_tests_local_env
+    - .fedora-39-tests
   needs:
-    - x86_64-fedora-38-local-env
+    - x86_64-fedora-39-local-env
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-38-prebuilt-env
+      job: x86_64-fedora-39-prebuilt-env
       ref: master
       artifacts: true
     - project: libvirt/libvirt-python
-      job: x86_64-fedora-38-prebuilt-env
+      job: x86_64-fedora-39-prebuilt-env
       ref: master
       artifacts: true
 
 
-.fedora-39-tests:
+.fedora-39-upstream-qemu-tests:
   variables:
     # needed by libvirt-gitlab-executor
     DISTRO: fedora-39
@@ -170,10 +170,10 @@ fedora-38-upstream-qemu-tests-local-env:
   tags:
     - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
 
-fedora-39-tests-prebuilt-env:
+fedora-39-upstream-qemu-tests-prebuilt-env:
   extends:
-    - .integration_tests_prebuilt_env
-    - .fedora-39-tests
+    - .integration_tests_upstream_qemu_prebuilt_env
+    - .fedora-39-upstream-qemu-tests
   needs:
     - x86_64-fedora-39-prebuilt-env
     - project: libvirt/libvirt-perl
@@ -185,10 +185,10 @@ fedora-39-tests-prebuilt-env:
       ref: master
       artifacts: true
 
-fedora-39-tests-local-env:
+fedora-39-upstream-qemu-tests-local-env:
   extends:
-    - .integration_tests_local_env
-    - .fedora-39-tests
+    - .integration_tests_upstream_qemu_local_env
+    - .fedora-39-upstream-qemu-tests
   needs:
     - x86_64-fedora-39-local-env
     - project: libvirt/libvirt-perl