mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
retry on gitlab system failures (#521)
* retry on gitlab system failures * max is just 2
This commit is contained in:
committed by
Gavin Wood
parent
b16bd4de8d
commit
676f1562b9
@@ -38,6 +38,12 @@ variables:
|
||||
name: parity-build
|
||||
|
||||
.docker-env: &docker-env
|
||||
retry:
|
||||
max: 2
|
||||
when:
|
||||
- runner_system_failure
|
||||
- unknown_failure
|
||||
- api_failure
|
||||
tags:
|
||||
- linux-docker
|
||||
|
||||
|
||||
Reference in New Issue
Block a user