when: on_success
- when: never
-
centos-stream-8-tests:
extends: .integration_tests
needs:
variables:
# needed by libvirt-gitlab-executor
DISTRO: centos-stream-8
+ # can be overriden in forks to set a different runner tag
+ LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
tags:
- - redhat-vm-host
+ - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
centos-stream-9-tests:
extends: .integration_tests
variables:
# needed by libvirt-gitlab-executor
DISTRO: centos-stream-9
+ # can be overriden in forks to set a different runner tag
+ LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
tags:
- - redhat-vm-host
+ - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
fedora-34-tests:
extends: .integration_tests
variables:
# needed by libvirt-gitlab-executor
DISTRO: fedora-34
+ # can be overriden in forks to set a different runner tag
+ LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
tags:
- - redhat-vm-host
+ - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
fedora-35-tests:
extends: .integration_tests
variables:
# needed by libvirt-gitlab-executor
DISTRO: fedora-35
+ # can be overriden in forks to set a different runner tag
+ LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
tags:
- - redhat-vm-host
+ - $LIBVIRT_CI_INTEGRATION_RUNNER_TAG