Maxime Guyot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.gitlab-ci.yml
-
.gitlab-ci/terraform.yml
|
|
@ -54,7 +54,7 @@ before_script: |
|
|
|
script: |
|
|
|
- ./tests/scripts/testcases_run.sh |
|
|
|
after_script: |
|
|
|
- ./tests/scripts/testcases_cleanup.sh |
|
|
|
- chronic ./tests/scripts/testcases_cleanup.sh |
|
|
|
|
|
|
|
# For failfast, at least 1 job must be defined in .gitlab-ci.yml |
|
|
|
# Premoderated with manual actions |
|
|
|
|
|
@ -44,7 +44,7 @@ |
|
|
|
- tests/scripts/testcases_run.sh |
|
|
|
after_script: |
|
|
|
# Cleanup regardless of exit code |
|
|
|
- ./tests/scripts/testcases_cleanup.sh |
|
|
|
- chronic ./tests/scripts/testcases_cleanup.sh |
|
|
|
|
|
|
|
tf-validate-openstack: |
|
|
|
extends: .terraform_validate |
|
|
|