Skip to content
Snippets Groups Projects
Commit 7f1ba18a authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Do not retry unconditionally

parent 5ce72dd9
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ variables:
retry:
max: 2
when:
- always
- runner_system_failure
- stuck_or_timeout_failure
- api_failure
image: harbor.uni-muenster.de/proxy-docker/library/docker:stable
variables:
DOCKER_HOST: tcp://docker:2375/
......
......@@ -32,7 +32,9 @@ variables:
retry:
max: 2
when:
- always
- runner_system_failure
- stuck_or_timeout_failure
- api_failure
image: harbor.uni-muenster.de/proxy-docker/library/docker:19.03.12
variables:
DOCKER_HOST: tcp://docker:2375/
......@@ -70,7 +72,9 @@ variables:
retry:
max: 2
when:
- always
- runner_system_failure
- stuck_or_timeout_failure
- api_failure
image: ${CI_REGISTRY_IMAGE}/ci_testing_${CI_IMAGE}:${CI_COMMIT_SHORT_SHA}
cache:
key: "$CI_JOB_NAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment