mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 18:17:09 +00:00
Merge ci: make all jobs interruptible
This way they can be automatically cancelled by GitLab when a new commit is pushed to a merge request, this providing feedback to the tip of the branch or pull request more rapidly. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1689 Approved-by: Georgia Garcia <georgia.garcia@canonical.com> Approved-by: John Johansen <john@jjmx.net> Merged-by: John Johansen <john@jjmx.net>
This commit is contained in:
commit
b15a74ed7a
@ -16,6 +16,7 @@ stages:
|
|||||||
- spread
|
- spread
|
||||||
|
|
||||||
.ubuntu-common:
|
.ubuntu-common:
|
||||||
|
interruptible: true
|
||||||
before_script:
|
before_script:
|
||||||
# Install build-dependencies by loading the package list from the ubuntu/debian cloud-init profile.
|
# Install build-dependencies by loading the package list from the ubuntu/debian cloud-init profile.
|
||||||
- printf '\e[0K%s:%s:%s[collapsed=true]\r\e[0K%s\n' section_start "$(date +%s)" install_deps "Installing dependencies..."
|
- printf '\e[0K%s:%s:%s[collapsed=true]\r\e[0K%s\n' section_start "$(date +%s)" install_deps "Installing dependencies..."
|
||||||
@ -163,6 +164,7 @@ variables:
|
|||||||
|
|
||||||
coverity:
|
coverity:
|
||||||
stage: .post
|
stage: .post
|
||||||
|
interruptible: true
|
||||||
extends:
|
extends:
|
||||||
- .ubuntu-common
|
- .ubuntu-common
|
||||||
script:
|
script:
|
||||||
@ -187,6 +189,7 @@ coverity:
|
|||||||
|
|
||||||
.image-garden-x86_64:
|
.image-garden-x86_64:
|
||||||
stage: spread
|
stage: spread
|
||||||
|
interruptible: true
|
||||||
# TODO: use tagged release once container tagging is improved upstream.
|
# TODO: use tagged release once container tagging is improved upstream.
|
||||||
image: registry.gitlab.com/zygoon/image-garden:latest
|
image: registry.gitlab.com/zygoon/image-garden:latest
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user