allow CI/CD to auto retry if there was a system failure

This commit is contained in:
James Seibel
2024-09-10 06:53:06 -05:00
parent a1ef3466ad
commit 650012fb08
+5
View File
@@ -24,6 +24,11 @@ variables:
- .gradle - .gradle
- cache/ - cache/
allow_failure: true allow_failure: true
retry:
max: 2
when:
- runner_system_failure
- stuck_or_timeout_failure
build: build: