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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user