From: Michal Privoznik Date: Thu, 14 Dec 2023 07:44:10 +0000 (+0100) Subject: ci: integration: Switch upstream integration tests to Fedora 39 X-Git-Tag: v10.0.0-rc1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c330890f6332aa35046f787dc53c3c96af98c4e1;p=thirdparty%2Flibvirt.git ci: integration: Switch upstream integration tests to Fedora 39 Currently, Fedora 37 and 38 is used. The former is now EOL since there's new release. Switch 37 to 39 then. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- diff --git a/ci/integration.yml b/ci/integration.yml index 25788099b5..8b66a8c688 100644 --- a/ci/integration.yml +++ b/ci/integration.yml @@ -81,47 +81,47 @@ centos-stream-9-tests-local-env: artifacts: true -.fedora-37-tests: +.fedora-38-tests: variables: # needed by libvirt-gitlab-executor - DISTRO: fedora-37 + DISTRO: fedora-38 # 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-37-tests-prebuilt-env: +fedora-38-tests-prebuilt-env: extends: - .integration_tests_prebuilt_env - - .fedora-37-tests + - .fedora-38-tests needs: - - x86_64-fedora-37-prebuilt-env + - x86_64-fedora-38-prebuilt-env - project: libvirt/libvirt-perl - job: x86_64-fedora-37-prebuilt-env + job: x86_64-fedora-38-prebuilt-env ref: master artifacts: true - project: libvirt/libvirt-python - job: x86_64-fedora-37-prebuilt-env + job: x86_64-fedora-38-prebuilt-env ref: master artifacts: true -fedora-37-tests-local-env: +fedora-38-tests-local-env: extends: - .integration_tests_local_env - - .fedora-37-tests + - .fedora-38-tests needs: - - x86_64-fedora-37-local-env + - x86_64-fedora-38-local-env - project: libvirt/libvirt-perl - job: x86_64-fedora-37-prebuilt-env + job: x86_64-fedora-38-prebuilt-env ref: master artifacts: true - project: libvirt/libvirt-python - job: x86_64-fedora-37-prebuilt-env + job: x86_64-fedora-38-prebuilt-env ref: master artifacts: true -.fedora-38-tests: +.fedora-38-upstream-qemu-tests: variables: # needed by libvirt-gitlab-executor DISTRO: fedora-38 @@ -130,10 +130,10 @@ fedora-37-tests-local-env: tags: - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG -fedora-38-tests-prebuilt-env: +fedora-38-upstream-qemu-tests-prebuilt-env: extends: - .integration_tests_prebuilt_env - - .fedora-38-tests + - .fedora-38-upstream-qemu-tests needs: - x86_64-fedora-38-prebuilt-env - project: libvirt/libvirt-perl @@ -145,10 +145,10 @@ fedora-38-tests-prebuilt-env: ref: master artifacts: true -fedora-38-tests-local-env: +fedora-38-upstream-qemu-tests-local-env: extends: - .integration_tests_local_env - - .fedora-38-tests + - .fedora-38-upstream-qemu-tests needs: - x86_64-fedora-38-local-env - project: libvirt/libvirt-perl @@ -161,41 +161,41 @@ 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_prebuilt_env - - .fedora-38-upstream-qemu-tests + - .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_local_env - - .fedora-38-upstream-qemu-tests + - .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