mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
ci: use Fedora 41 to run integration tests
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
7762cbc308
commit
49b2a75e04
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user