Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add CI variable RUNNER_TAG
This allows to set a job tag dinamically.
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>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
  • Loading branch information
spotlesstofu authored and rth7680 committed May 22, 2023
1 parent 34cad17 commit d566475
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.d/qemu-project.yml
@@ -1,6 +1,13 @@
# This file contains the set of jobs run by the QEMU project:
# https://gitlab.com/qemu-project/qemu/-/pipelines

variables:
RUNNER_TAG: ""

default:
tags:
- $RUNNER_TAG

include:
- local: '/.gitlab-ci.d/base.yml'
- local: '/.gitlab-ci.d/stages.yml'
Expand Down

0 comments on commit d566475

Please sign in to comment.