Mark lint and test stages as interruptible
This commit is contained in:
parent
5eba9655c7
commit
f804f68649
@ -41,6 +41,7 @@ after_script:
|
|||||||
|
|
||||||
Lint:
|
Lint:
|
||||||
allow_failure: yes
|
allow_failure: yes
|
||||||
|
interruptible: yes
|
||||||
stage: lint
|
stage: lint
|
||||||
script:
|
script:
|
||||||
- ansible-lint --version
|
- ansible-lint --version
|
||||||
@ -48,6 +49,7 @@ Lint:
|
|||||||
|
|
||||||
Test:
|
Test:
|
||||||
allow_failure: yes
|
allow_failure: yes
|
||||||
|
interruptible: yes
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw
|
- ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw
|
||||||
|
Loading…
Reference in New Issue
Block a user