mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
retry on gitlab system failures (#3970)
* retry on gitlab system failures * test * 5 retries for the most popular project * max is just 2
This commit is contained in:
committed by
Bastian Köcher
parent
d04d24d047
commit
e3893d5e39
@@ -49,6 +49,12 @@ variables:
|
||||
- schedules
|
||||
- web
|
||||
- /^[0-9]+$/ # PRs
|
||||
retry:
|
||||
max: 2
|
||||
when:
|
||||
- runner_system_failure
|
||||
- unknown_failure
|
||||
- api_failure
|
||||
tags:
|
||||
- linux-docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user