mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
bb0bec4827
After addition of the new libvirt-client-qemu sub-package which is using python bindings (thus creating a circular dependency between the libvirt and libvirt-python projects) the integration jobs fail with: Error: Problem: conflicting requests - nothing provides python3-libvirt >= 8.9.0-1.el9 needed by libvirt-client-qemu-8.9.0-1.el9.x86_64 The libvirt-python project now provides the RPMs in artifacts: https://gitlab.com/libvirt/libvirt-python/-/merge_requests/96 Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
202 lines
5.2 KiB
YAML
202 lines
5.2 KiB
YAML
include:
|
|
- 'ci/integration-template.yml'
|
|
|
|
.centos-stream-8-tests:
|
|
variables:
|
|
# needed by libvirt-gitlab-executor
|
|
DISTRO: centos-stream-8
|
|
# 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
|
|
|
|
centos-stream-8-tests-prebuilt-env:
|
|
extends:
|
|
- .integration_tests_prebuilt_env
|
|
- .centos-stream-8-tests
|
|
needs:
|
|
- x86_64-centos-stream-8-prebuilt-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-centos-stream-8-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-centos-stream-8-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
centos-stream-8-tests-local-env:
|
|
extends:
|
|
- .integration_tests_local_env
|
|
- .centos-stream-8-tests
|
|
needs:
|
|
- x86_64-centos-stream-8-local-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-centos-stream-8-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-centos-stream-8-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
|
|
.centos-stream-9-tests:
|
|
variables:
|
|
# needed by libvirt-gitlab-executor
|
|
DISTRO: centos-stream-9
|
|
# 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
|
|
|
|
centos-stream-9-tests-prebuilt-env:
|
|
extends:
|
|
- .integration_tests_prebuilt_env
|
|
- .centos-stream-9-tests
|
|
needs:
|
|
- x86_64-centos-stream-9-prebuilt-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-centos-stream-9-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-centos-stream-9-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
centos-stream-9-tests-local-env:
|
|
extends:
|
|
- .integration_tests_local_env
|
|
- .centos-stream-9-tests
|
|
needs:
|
|
- x86_64-centos-stream-9-local-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-centos-stream-9-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-centos-stream-9-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
|
|
.fedora-35-tests:
|
|
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
|
|
|
|
fedora-35-tests-prebuilt-env:
|
|
extends:
|
|
- .integration_tests_prebuilt_env
|
|
- .fedora-35-tests
|
|
needs:
|
|
- x86_64-fedora-35-prebuilt-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-35-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-35-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
fedora-35-tests-local-env:
|
|
extends:
|
|
- .integration_tests_local_env
|
|
- .fedora-35-tests
|
|
needs:
|
|
- x86_64-fedora-35-local-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-35-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-35-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
|
|
.fedora-36-tests:
|
|
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
|
|
|
|
fedora-36-tests-prebuilt-env:
|
|
extends:
|
|
- .integration_tests_prebuilt_env
|
|
- .fedora-36-tests
|
|
needs:
|
|
- x86_64-fedora-36-prebuilt-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
fedora-36-tests-local-env:
|
|
extends:
|
|
- .integration_tests_local_env
|
|
- .fedora-36-tests
|
|
needs:
|
|
- x86_64-fedora-36-local-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
|
|
.fedora-36-upstream-qemu-tests:
|
|
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
|
|
|
|
fedora-36-upstream-qemu-tests-prebuilt-env:
|
|
extends:
|
|
- .integration_tests_prebuilt_env
|
|
- .fedora-36-upstream-qemu-tests
|
|
needs:
|
|
- x86_64-fedora-36-prebuilt-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
|
|
fedora-36-upstream-qemu-tests-local-env:
|
|
extends:
|
|
- .integration_tests_local_env
|
|
- .fedora-36-upstream-qemu-tests
|
|
needs:
|
|
- x86_64-fedora-36-local-env
|
|
- project: libvirt/libvirt-perl
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|
|
- project: libvirt/libvirt-python
|
|
job: x86_64-fedora-36-prebuilt-env
|
|
ref: master
|
|
artifacts: true
|