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

Merge branch 'ci-retry' into 'master'

[ci] Retry jobs on runner_system_failure

See merge request ogs/ogs!3214
parents c9495126 0bc9b622
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
extends: extends:
- .test-artifacts - .test-artifacts
dependencies: [meta, meta_container] dependencies: [meta, meta_container]
retry:
max: 2
when: runner_system_failure
before_script: before_script:
- "echo \"For debugging run: docker run --rm -it -v $CI_BUILDS_DIR:/builds -w=$CI_PROJECT_DIR $CI_JOB_IMAGE\"" - "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