2022-05-06 09:16:46 +03:00
include :
- 'ci/integration-template.yml'
2021-10-05 12:02:24 +03:00
centos-stream-8-tests :
2022-03-17 19:29:51 +03:00
extends : .integration_tests
2021-10-05 12:02:24 +03:00
needs :
- x86_64-centos-stream-8
- project : libvirt/libvirt-perl
job : x86_64-centos-stream-8
ref : master
artifacts : true
variables :
# needed by libvirt-gitlab-executor
DISTRO : centos-stream-8
2022-03-30 17:45:04 +03:00
# can be overridden in forks to set a different runner tag
2022-03-21 15:51:53 +03:00
LIBVIRT_CI_INTEGRATION_RUNNER_TAG : redhat-vm-host
2021-10-05 12:02:24 +03:00
tags :
2022-03-21 15:51:53 +03:00
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
2021-10-05 12:02:24 +03:00
centos-stream-9-tests :
2022-03-17 19:29:51 +03:00
extends : .integration_tests
2021-10-05 12:02:24 +03:00
needs :
- x86_64-centos-stream-9
- project : libvirt/libvirt-perl
job : x86_64-centos-stream-9
ref : master
artifacts : true
variables :
# needed by libvirt-gitlab-executor
DISTRO : centos-stream-9
2022-03-30 17:45:04 +03:00
# can be overridden in forks to set a different runner tag
2022-03-21 15:51:53 +03:00
LIBVIRT_CI_INTEGRATION_RUNNER_TAG : redhat-vm-host
2021-10-05 12:02:24 +03:00
tags :
2022-03-21 15:51:53 +03:00
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
2021-10-05 12:02:24 +03:00
fedora-35-tests :
2022-03-17 19:29:51 +03:00
extends : .integration_tests
2021-10-05 12:02:24 +03:00
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
2022-03-30 17:45:04 +03:00
# can be overridden in forks to set a different runner tag
2022-03-21 15:51:53 +03:00
LIBVIRT_CI_INTEGRATION_RUNNER_TAG : redhat-vm-host
2021-10-05 12:02:24 +03:00
tags :
2022-03-21 15:51:53 +03:00
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
2022-05-06 16:24:56 +03:00
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