mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 13:30: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user