mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
ci: integration: Flip QEMU upstream integration tests to Fedora 38
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
2bb0efa367
commit
dcb9ee99f3
@ -161,41 +161,41 @@ fedora-38-tests-local-env:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
|
|
||||||
.fedora-37-upstream-qemu-tests:
|
.fedora-38-upstream-qemu-tests:
|
||||||
variables:
|
variables:
|
||||||
# needed by libvirt-gitlab-executor
|
# needed by libvirt-gitlab-executor
|
||||||
DISTRO: fedora-37
|
DISTRO: fedora-38
|
||||||
# can be overridden in forks to set a different runner tag
|
# can be overridden in forks to set a different runner tag
|
||||||
LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
|
LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
|
||||||
tags:
|
tags:
|
||||||
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
|
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
|
||||||
|
|
||||||
fedora-37-upstream-qemu-tests-prebuilt-env:
|
fedora-38-upstream-qemu-tests-prebuilt-env:
|
||||||
extends:
|
extends:
|
||||||
- .integration_tests_prebuilt_env
|
- .integration_tests_prebuilt_env
|
||||||
- .fedora-37-upstream-qemu-tests
|
- .fedora-38-upstream-qemu-tests
|
||||||
needs:
|
needs:
|
||||||
- x86_64-fedora-37-prebuilt-env
|
- x86_64-fedora-38-prebuilt-env
|
||||||
- project: libvirt/libvirt-perl
|
- project: libvirt/libvirt-perl
|
||||||
job: x86_64-fedora-37-prebuilt-env
|
job: x86_64-fedora-38-prebuilt-env
|
||||||
ref: master
|
ref: master
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- project: libvirt/libvirt-python
|
- project: libvirt/libvirt-python
|
||||||
job: x86_64-fedora-37-prebuilt-env
|
job: x86_64-fedora-38-prebuilt-env
|
||||||
ref: master
|
ref: master
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
fedora-37-upstream-qemu-tests-local-env:
|
fedora-38-upstream-qemu-tests-local-env:
|
||||||
extends:
|
extends:
|
||||||
- .integration_tests_local_env
|
- .integration_tests_local_env
|
||||||
- .fedora-37-upstream-qemu-tests
|
- .fedora-38-upstream-qemu-tests
|
||||||
needs:
|
needs:
|
||||||
- x86_64-fedora-37-local-env
|
- x86_64-fedora-38-local-env
|
||||||
- project: libvirt/libvirt-perl
|
- project: libvirt/libvirt-perl
|
||||||
job: x86_64-fedora-37-prebuilt-env
|
job: x86_64-fedora-38-prebuilt-env
|
||||||
ref: master
|
ref: master
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- project: libvirt/libvirt-python
|
- project: libvirt/libvirt-python
|
||||||
job: x86_64-fedora-37-prebuilt-env
|
job: x86_64-fedora-38-prebuilt-env
|
||||||
ref: master
|
ref: master
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user