Don't retry the review-* jobs since they're allowed to fail

Retrying these jobs only make the pipelines longer without any added
benefit.

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2019-09-10 17:59:36 +02:00
parent 7e8453fe92
commit 0dd8f1e0a3
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@ schedule:review-build-cng:
review-deploy:
extends: .review-base
allow_failure: true
retry: 1
stage: review
needs: ["review-build-cng"]
variables:
@ -138,7 +137,6 @@ review-stop:
extends:
- .review-docker
- .review-only
retry: 2
stage: qa
variables:
QA_ARTIFACTS_DIR: "${CI_PROJECT_DIR}/qa"