diff options
author | ddavison <ddavison@gitlab.com> | 2018-12-04 13:51:58 -0800 |
---|---|---|
committer | ddavison <ddavison@gitlab.com> | 2018-12-04 13:51:58 -0800 |
commit | 8031377e6306b6c16121426cc7d0c487fd0989f0 (patch) | |
tree | 0aeadf430bf0d0e09915d69fabb7da9cc55009d9 /.gitlab-ci.yml | |
parent | 9f3e0dc54dbf5a112a1d7a969b40e55d3f60ca30 (diff) | |
download | gitlab-ce-8031377e6306b6c16121426cc7d0c487fd0989f0.tar.gz |
Do not attempt retry until allow_failure has been removed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a41d86fcaf6..9eac37df74b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |