Commit d5863ac4 authored by Denis_P's avatar Denis_P 🏑 Committed by Hero Bird
Browse files

retry on gitlab system failures (#218)

* retry on gitlab system failures

* retry can't be root config key
parent 4b414db1
Pipeline #55541 failed with stages
in 1 minute and 38 seconds
......@@ -41,6 +41,12 @@ variables:
- schedules
- web
- /^[0-9]+$/ # PRs
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
tags:
- linux-docker
......
Supports Markdown
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