mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
ci: Move upstream-qemu job to Fedora 39
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
c65862fbac
commit
88169d35dd
@ -121,46 +121,6 @@ fedora-38-tests-local-env:
|
|||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
|
|
||||||
.fedora-38-upstream-qemu-tests:
|
|
||||||
variables:
|
|
||||||
# needed by libvirt-gitlab-executor
|
|
||||||
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-38-upstream-qemu-tests-prebuilt-env:
|
|
||||||
extends:
|
|
||||||
- .integration_tests_upstream_qemu_prebuilt_env
|
|
||||||
- .fedora-38-upstream-qemu-tests
|
|
||||||
needs:
|
|
||||||
- x86_64-fedora-38-prebuilt-env
|
|
||||||
- project: libvirt/libvirt-perl
|
|
||||||
job: x86_64-fedora-38-prebuilt-env
|
|
||||||
ref: master
|
|
||||||
artifacts: true
|
|
||||||
- project: libvirt/libvirt-python
|
|
||||||
job: x86_64-fedora-38-prebuilt-env
|
|
||||||
ref: master
|
|
||||||
artifacts: true
|
|
||||||
|
|
||||||
fedora-38-upstream-qemu-tests-local-env:
|
|
||||||
extends:
|
|
||||||
- .integration_tests_upstream_qemu_local_env
|
|
||||||
- .fedora-38-upstream-qemu-tests
|
|
||||||
needs:
|
|
||||||
- x86_64-fedora-38-local-env
|
|
||||||
- project: libvirt/libvirt-perl
|
|
||||||
job: x86_64-fedora-38-prebuilt-env
|
|
||||||
ref: master
|
|
||||||
artifacts: true
|
|
||||||
- project: libvirt/libvirt-python
|
|
||||||
job: x86_64-fedora-38-prebuilt-env
|
|
||||||
ref: master
|
|
||||||
artifacts: true
|
|
||||||
|
|
||||||
|
|
||||||
.fedora-39-tests:
|
.fedora-39-tests:
|
||||||
variables:
|
variables:
|
||||||
# needed by libvirt-gitlab-executor
|
# needed by libvirt-gitlab-executor
|
||||||
@ -199,3 +159,43 @@ fedora-39-tests-local-env:
|
|||||||
job: x86_64-fedora-39-prebuilt-env
|
job: x86_64-fedora-39-prebuilt-env
|
||||||
ref: master
|
ref: master
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
|
|
||||||
|
.fedora-39-upstream-qemu-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-upstream-qemu-tests-prebuilt-env:
|
||||||
|
extends:
|
||||||
|
- .integration_tests_upstream_qemu_prebuilt_env
|
||||||
|
- .fedora-39-upstream-qemu-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-upstream-qemu-tests-local-env:
|
||||||
|
extends:
|
||||||
|
- .integration_tests_upstream_qemu_local_env
|
||||||
|
- .fedora-39-upstream-qemu-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