Do not attempt retry until allow_failure has been removed

This commit is contained in:
ddavison 2018-12-04 13:51:58 -08:00
parent 9f3e0dc54d
commit 8031377e63
No known key found for this signature in database
GPG Key ID: 29F0AE2EFEDC3121
1 changed files with 1 additions and 1 deletions

View File

@ -979,7 +979,7 @@ review-deploy:
review-qa-smoke:
<<: *review-qa-base
retry: 2
# retry: 2
script:
- gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
allow_failure: true