Commit 0dd8f1e0 authored by Rémy Coutable's avatar Rémy Coutable

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: default avatarRémy Coutable <remy@rymai.me>
parent 7e8453fe
......@@ -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"
......
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