]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: use Fedora 41 to run integration tests
authorPavel Hrdina <phrdina@redhat.com>
Tue, 18 Feb 2025 18:14:02 +0000 (19:14 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 5 Mar 2025 10:23:29 +0000 (11:23 +0100)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
ci/integration.yml

index ced3fbc3c2532e4c2b47c8ebedb5e31fdf855d80..2c5e5a65bc32a6e24cd49c466d99b30bdbe9850d 100644 (file)
@@ -29,23 +29,23 @@ centos-stream-9-tests:
 # and libvirt-python CI jobs, so the new target needs to be introduced
 # there before it can be used here. The VM template for the target
 # also needs to be created on the runner host.
-fedora-40-tests:
+fedora-41-tests:
   extends: .integration_tests
   variables:
     # needed by libvirt-gitlab-executor
-    DISTRO: fedora-40
+    DISTRO: fedora-41
     # 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
   needs:
-    - x86_64-fedora-40
+    - x86_64-fedora-41
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-40
+      job: x86_64-fedora-41
       ref: master
       artifacts: true
     - project: libvirt/libvirt-python
-      job: x86_64-fedora-40
+      job: x86_64-fedora-41
       ref: master
       artifacts: true
 
@@ -53,22 +53,22 @@ fedora-40-tests:
 # and libvirt-python CI jobs, so the new target needs to be introduced
 # there before it can be used here. The VM template for the target
 # also needs to be created on the runner host.
-.fedora-40-upstream-qemu-tests:
+.fedora-41-upstream-qemu-tests:
   extends: .integration_tests
   variables:
     # needed by libvirt-gitlab-executor
-    DISTRO: fedora-40
+    DISTRO: fedora-41
     # 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
   needs:
-    - x86_64-fedora-40
+    - x86_64-fedora-41
     - project: libvirt/libvirt-perl
-      job: x86_64-fedora-40
+      job: x86_64-fedora-41
       ref: master
       artifacts: true
     - project: libvirt/libvirt-python
-      job: x86_64-fedora-40
+      job: x86_64-fedora-41
       ref: master
       artifacts: true