mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 04:25:19 +00:00
ci: Move upstream QEMU integration test to Fedora 36
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
4a4b7f2854
commit
ae2dabe5ed
@ -49,22 +49,6 @@ fedora-35-tests:
|
|||||||
tags:
|
tags:
|
||||||
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
|
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
|
||||||
|
|
||||||
fedora-35-upstream-qemu-tests:
|
|
||||||
extends: .integration_tests_upstream_qemu
|
|
||||||
needs:
|
|
||||||
- x86_64-fedora-35
|
|
||||||
- project: libvirt/libvirt-perl
|
|
||||||
job: x86_64-fedora-35
|
|
||||||
ref: master
|
|
||||||
artifacts: true
|
|
||||||
variables:
|
|
||||||
# needed by libvirt-gitlab-executor
|
|
||||||
DISTRO: fedora-35
|
|
||||||
# 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-36-tests:
|
fedora-36-tests:
|
||||||
extends: .integration_tests
|
extends: .integration_tests
|
||||||
needs:
|
needs:
|
||||||
@ -80,3 +64,19 @@ fedora-36-tests:
|
|||||||
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-36-upstream-qemu-tests:
|
||||||
|
extends: .integration_tests_upstream_qemu
|
||||||
|
needs:
|
||||||
|
- x86_64-fedora-36
|
||||||
|
- project: libvirt/libvirt-perl
|
||||||
|
job: x86_64-fedora-36
|
||||||
|
ref: master
|
||||||
|
artifacts: true
|
||||||
|
variables:
|
||||||
|
# needed by libvirt-gitlab-executor
|
||||||
|
DISTRO: fedora-36
|
||||||
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user