ci: Add a simple auto-retry policy

This commit is contained in:
Jordan Petridis 2023-02-15 21:38:24 +02:00
parent f0a2b6f165
commit 7b4692bcb0

View File

@ -34,6 +34,13 @@ workflow:
- if: $CI_COMMIT_BRANCH
default:
retry:
max: 2
when:
- 'runner_system_failure'
- 'stuck_or_timeout_failure'
- 'scheduler_failure'
- 'api_failure'
interruptible: true
style-check-diff: