allow CI/CD to auto retry if there was a system failure
This commit is contained in:
@@ -24,6 +24,11 @@ variables:
|
||||
- .gradle
|
||||
- cache/
|
||||
allow_failure: true
|
||||
retry:
|
||||
max: 2
|
||||
when:
|
||||
- runner_system_failure
|
||||
- stuck_or_timeout_failure
|
||||
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user