Skip to content
Snippets Groups Projects
Verified Commit 0bc9b622 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Retry jobs on runner_system_failure.

This will fix failing Docker jobs on envinf1 due to high system
load.
parent c9495126
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
extends:
- .test-artifacts
dependencies: [meta, meta_container]
retry:
max: 2
when: runner_system_failure
before_script:
- "echo \"For debugging run: docker run --rm -it -v $CI_BUILDS_DIR:/builds -w=$CI_PROJECT_DIR $CI_JOB_IMAGE\""
......
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