Commit a90fef24 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'acunskis-review-qa-all-no-retry' into 'master'

Remove retry for review-qa-all

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