1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-30 12:30:14 +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 655124426a
commit 79b9225e24
+4
View File
@@ -13,6 +13,8 @@ stages:
# Common job fragment to get a worker ready
.setup:
tags:
- $DEFAULT_TAG
stage: build
variables:
KAS_WORK_DIR: $CI_PROJECT_DIR/work
@@ -63,6 +65,8 @@ n1sdp/bootstrap:
# What percentage of machines in the layer do we build
machine-coverage:
stage: bootstrap
tags:
- $DEFAULT_TAG
script:
- ./ci/check-machine-coverage
coverage: '/Coverage: \d+/'