summaryrefslogtreecommitdiff
path: root/ci/integration.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/integration.yml')
-rw-r--r--ci/integration.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ci/integration.yml b/ci/integration.yml
index ecaa03fc3a..5b60b41e85 100644
--- a/ci/integration.yml
+++ b/ci/integration.yml
@@ -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