mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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 <mprivozn@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
c9056e682a
commit
c330890f63
@ -81,46 +81,6 @@ centos-stream-9-tests-local-env:
|
||||
artifacts: true
|
||||
|
||||
|
||||
.fedora-37-tests:
|
||||
variables:
|
||||
# needed by libvirt-gitlab-executor
|
||||
DISTRO: fedora-37
|
||||
# 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:
|
||||
extends:
|
||||
- .integration_tests_prebuilt_env
|
||||
- .fedora-37-tests
|
||||
needs:
|
||||
- x86_64-fedora-37-prebuilt-env
|
||||
- project: libvirt/libvirt-perl
|
||||
job: x86_64-fedora-37-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
- project: libvirt/libvirt-python
|
||||
job: x86_64-fedora-37-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
|
||||
fedora-37-tests-local-env:
|
||||
extends:
|
||||
- .integration_tests_local_env
|
||||
- .fedora-37-tests
|
||||
needs:
|
||||
- x86_64-fedora-37-local-env
|
||||
- project: libvirt/libvirt-perl
|
||||
job: x86_64-fedora-37-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
- project: libvirt/libvirt-python
|
||||
job: x86_64-fedora-37-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
|
||||
|
||||
.fedora-38-tests:
|
||||
variables:
|
||||
# needed by libvirt-gitlab-executor
|
||||
@ -199,3 +159,43 @@ fedora-38-upstream-qemu-tests-local-env:
|
||||
job: x86_64-fedora-38-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
|
||||
|
||||
.fedora-39-tests:
|
||||
variables:
|
||||
# needed by libvirt-gitlab-executor
|
||||
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-39-tests-prebuilt-env:
|
||||
extends:
|
||||
- .integration_tests_prebuilt_env
|
||||
- .fedora-39-tests
|
||||
needs:
|
||||
- x86_64-fedora-39-prebuilt-env
|
||||
- project: libvirt/libvirt-perl
|
||||
job: x86_64-fedora-39-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
- project: libvirt/libvirt-python
|
||||
job: x86_64-fedora-39-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
|
||||
fedora-39-tests-local-env:
|
||||
extends:
|
||||
- .integration_tests_local_env
|
||||
- .fedora-39-tests
|
||||
needs:
|
||||
- x86_64-fedora-39-local-env
|
||||
- project: libvirt/libvirt-perl
|
||||
job: x86_64-fedora-39-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
- project: libvirt/libvirt-python
|
||||
job: x86_64-fedora-39-prebuilt-env
|
||||
ref: master
|
||||
artifacts: true
|
||||
|
Loading…
Reference in New Issue
Block a user