From: Andrea Bolognani Date: Thu, 26 May 2022 13:43:36 +0000 (+0200) Subject: ci: Add Fedora 36 to integration tests X-Git-Tag: v8.5.0-rc1~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4b7f28543be9819bc2793c262ccc9a7c3162a2;p=thirdparty%2Flibvirt.git ci: Add Fedora 36 to integration tests This requires publishing the RPMs as artifacts from the regular build job. Signed-off-by: Andrea Bolognani Reviewed-by: Erik Skultety --- 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