Commit dd7cb7bc authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'increase-retries' into 'master'

Retry twice the system, API and unknown failures

See merge request gitlab-org/gitlab-ce!27467
parents dfdcd8b4 5fd22e54
.dedicated-runner:
retry:
max: 1 # This is confusing but this means "2 runs at max".
max: 2 # This is confusing but this means "3 runs at max".
when:
- unknown_failure
- api_failure
......
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