Commit 4c1feffb authored by ddavison's avatar ddavison Committed by GitLab

Do not attempt retry until allow_failure has been removed

parent 375873e2
...@@ -1157,7 +1157,7 @@ review-deploy: ...@@ -1157,7 +1157,7 @@ review-deploy:
review-qa-smoke: review-qa-smoke:
<<: *review-qa-base <<: *review-qa-base
retry: 2 # retry: 2
script: script:
- gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}" - gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
allow_failure: true allow_failure: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment