Commit 41ed9667 authored by Sanad Liaquat's avatar Sanad Liaquat

Retry review-qa-* for all failures once (Max of 2 runs)

parent 354207d1
...@@ -111,8 +111,8 @@ review-stop: ...@@ -111,8 +111,8 @@ review-stop:
.review-qa-base: .review-qa-base:
extends: extends:
- .default-retry
- .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"]
......
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