Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
retry on gitlab system failures (#521)
Browse files Browse the repository at this point in the history
* retry on gitlab system failures

* max is just 2
  • Loading branch information
TriplEight authored and gavofyork committed Oct 31, 2019
1 parent fbcc9b1 commit e895949
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e895949

Please sign in to comment.