Skip to content
Snippets Groups Projects
Commit e3893d5e authored by Denis_P's avatar Denis_P :field_hockey: Committed by Bastian Köcher
Browse files

retry on gitlab system failures (#3970)

* retry on gitlab system failures

* test

* 5 retries for the most popular project

* max is just 2
parent d04d24d0
No related merge requests found
......@@ -49,6 +49,12 @@ variables:
- schedules
- web
- /^[0-9]+$/ # PRs
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
tags:
- linux-docker
......
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