1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-29 12:10:15 +00:00

CI: mark build jobs as interruptible

Mark the build jobs as interruptible, as they don't write to shared
resources (unlike update-repos or get-binary-toolchains). This means
that if the same branch is pushed again GitLab is likely to be able to
abort the obsolete pipeline to start the new build sooner.

Change-Id: I9284273e9b3118b616d3cb062cb957d98fc5e37e
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton
2021-05-06 11:10:28 +01:00
committed by Jon Mason
parent c3bf8697b8
commit c4b287c15d
+1
View File
@@ -25,6 +25,7 @@ stages:
# Generalised fragment to do a Kas build
.build:
extends: .setup
interruptible: true
script:
- KASFILES=$(ci/jobs-to-kas $CI_JOB_NAME)
- kas shell --update --force-checkout $KASFILES -c 'cat conf/*.conf'