Mark lint and test stages as interruptible

This commit is contained in:
Salt 2021-07-31 21:04:25 -05:00
parent 5eba9655c7
commit f804f68649

View File

@ -41,6 +41,7 @@ after_script:
Lint:
allow_failure: yes
interruptible: yes
stage: lint
script:
- ansible-lint --version
@ -48,6 +49,7 @@ Lint:
Test:
allow_failure: yes
interruptible: yes
stage: test
script:
- ansible-playbook --skip-tags no-test -C site.yml --vault-password-file /vaultpw