Skip to content

Commit

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

* test

* 5 retries for the most popular project

* max is just 2
  • Loading branch information
TriplEight authored and bkchr committed Oct 30, 2019
1 parent 64e9a77 commit 0865253
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 @@ -49,6 +49,12 @@ variables:
- schedules
- web
- /^[0-9]+$/ # PRs
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
tags:
- linux-docker

Expand Down

0 comments on commit 0865253

Please sign in to comment.