Commit dd04f80e authored by Andrejs Cunskis's avatar Andrejs Cunskis

Remove retry for review-qa-all

parent 9d481f55
......@@ -113,7 +113,6 @@ review-stop:
.review-qa-base:
extends:
- .use-docker-in-docker
retry: 1 # This is confusing but this means "2 runs at max".
image: registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-qa-alpine-ruby-2.7
stage: qa
needs: ["review-deploy"]
......@@ -163,6 +162,7 @@ review-qa-smoke:
extends:
- .review-qa-base
- .review:rules:review-qa-smoke
retry: 1 # This is confusing but this means "2 runs at max".
script:
- gitlab-qa Test::Instance::Smoke "${QA_IMAGE}" "${CI_ENVIRONMENT_URL}"
......
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