1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-02 01:20:09 +00:00

CI: add tags to all jobs

Tag all jobs with the DEFAULT_TAG variable so each instance can control
what tags the jobs have, whilst still explicitly tagging the jobs which
need specific tags (such as x86_64 for jobs which need to run x86-only
binaries)

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2022-12-14 10:48:36 +00:00
parent b5909b7bc4
commit 0e398c77ec
+4
View File
@@ -12,6 +12,8 @@ stages:
# Common job fragment to get a worker ready # Common job fragment to get a worker ready
.setup: .setup:
tags:
- $DEFAULT_TAG
stage: build stage: build
interruptible: true interruptible: true
variables: variables:
@@ -242,6 +244,8 @@ machine-coverage:
script: script:
- ./ci/check-machine-coverage - ./ci/check-machine-coverage
coverage: '/Coverage: \d+/' coverage: '/Coverage: \d+/'
tags:
- x86_64
metrics: metrics:
extends: .setup extends: .setup