summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2022-05-26 15:43:36 +0200
committerAndrea Bolognani <abologna@redhat.com>2022-06-09 14:41:40 +0200
commit4a4b7f28543be9819bc2793c262ccc9a7c3162a2 (patch)
tree281a22f7377c44de358b4f2d9994e80ccdfeb7a8 /ci
parentd1e324767517ce7e3514737bf8dd5b2eb1decc03 (diff)
downloadlibvirt-4a4b7f28543be9819bc2793c262ccc9a7c3162a2.tar.gz
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>
Diffstat (limited to 'ci')
-rw-r--r--ci/gitlab/builds.yml4
-rw-r--r--ci/integration.yml16
-rw-r--r--ci/manifest.yml4
3 files changed, 24 insertions, 0 deletions
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index 62a6aa1db4..3ce110d39e 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -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:
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
diff --git a/ci/manifest.yml b/ci/manifest.yml
index 6e35107fdd..6b8f2bc526 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -173,6 +173,10 @@ targets:
fedora-36:
jobs:
- arch: x86_64
+ artifacts:
+ expire_in: 1 day
+ paths:
+ - libvirt-rpms
- arch: mingw32
builds: false