From: Pavel Hrdina Date: Tue, 18 Feb 2025 18:14:02 +0000 (+0100) Subject: ci: use Fedora 41 to run integration tests X-Git-Tag: v11.2.0-rc1~288 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49b2a75e04117ff43ec47edd620865e66b5f475c;p=thirdparty%2Flibvirt.git ci: use Fedora 41 to run integration tests Signed-off-by: Pavel Hrdina Reviewed-by: Martin Kletzander --- diff --git a/ci/integration.yml b/ci/integration.yml index ced3fbc3c2..2c5e5a65bc 100644 --- a/ci/integration.yml +++ b/ci/integration.yml @@ -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