Add CI variable RUNNER_TAG
This allows to set a job tag dynamically. We need this to be able to select the Kubernetes runner. See https://wiki.qemu.org/Testing/CI/KubernetesRunners. Signed-off-by: Camilla Conte <cconte@redhat.com> Message-Id: <20230522174153.46801-5-cconte@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
b105ce60ca
commit
037a171a2f
@ -1,6 +1,13 @@
|
|||||||
# This file contains the set of jobs run by the QEMU project:
|
# This file contains the set of jobs run by the QEMU project:
|
||||||
# https://gitlab.com/qemu-project/qemu/-/pipelines
|
# https://gitlab.com/qemu-project/qemu/-/pipelines
|
||||||
|
|
||||||
|
variables:
|
||||||
|
RUNNER_TAG: ""
|
||||||
|
|
||||||
|
default:
|
||||||
|
tags:
|
||||||
|
- $RUNNER_TAG
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: '/.gitlab-ci.d/base.yml'
|
- local: '/.gitlab-ci.d/base.yml'
|
||||||
- local: '/.gitlab-ci.d/stages.yml'
|
- local: '/.gitlab-ci.d/stages.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user