Set all build steps to be interruptable
.gitlab-ci.yml: Set all build steps to be interruptable, so they will be interrupted if a newer commit is pushed on the same branch, which also triggers CI.
This commit is contained in:
parent
21ca345720
commit
549ce5bc4b
@ -31,6 +31,7 @@ check:
|
|||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
stage: check
|
stage: check
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
build_short:
|
build_short:
|
||||||
extends: .build
|
extends: .build
|
||||||
@ -45,6 +46,7 @@ build_short:
|
|||||||
- Makefile
|
- Makefile
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- .gitlab/ci/*
|
- .gitlab/ci/*
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
build_long:
|
build_long:
|
||||||
extends: .build
|
extends: .build
|
||||||
@ -63,3 +65,4 @@ build_long:
|
|||||||
- Makefile
|
- Makefile
|
||||||
- .gitlab-ci.yml
|
- .gitlab-ci.yml
|
||||||
- .gitlab/ci/*
|
- .gitlab/ci/*
|
||||||
|
interruptible: true
|
||||||
|
Loading…
Reference in New Issue
Block a user