mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
ci: Add Fedora 36 to integration tests
This requires publishing the RPMs as artifacts from the regular build job. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
d1e3247675
commit
4a4b7f2854
@ -153,6 +153,10 @@ x86_64-fedora-36:
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: fedora-36
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- libvirt-rpms
|
||||
|
||||
|
||||
x86_64-fedora-rawhide:
|
||||
|
@ -64,3 +64,19 @@ fedora-35-upstream-qemu-tests:
|
||||
LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
|
||||
tags:
|
||||
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
|
||||
|
||||
fedora-36-tests:
|
||||
extends: .integration_tests
|
||||
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
|
||||
|
@ -173,6 +173,10 @@ targets:
|
||||
fedora-36:
|
||||
jobs:
|
||||
- arch: x86_64
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- libvirt-rpms
|
||||
|
||||
- arch: mingw32
|
||||
builds: false
|
||||
|
Loading…
Reference in New Issue
Block a user