1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-12 03:10:15 +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 ee8ef5b765
commit e5dd1c4f53

View File

@@ -12,6 +12,8 @@ stages:
# Common job fragment to get a worker ready
.setup:
tags:
- $DEFAULT_TAG
stage: build
interruptible: true
variables:
@@ -262,6 +264,8 @@ machine-coverage:
script:
- ./ci/check-machine-coverage
coverage: '/Coverage: \d+/'
tags:
- x86_64
metrics:
extends: .setup