Retry jobs for specific failure cases

This commit is contained in:
Santiago Lo Coco 2023-11-01 18:00:27 -03:00
parent d9a8ed7f99
commit 23576a99cd
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@ variables:
DOCKER_BUILDKIT: 1
GIT_DEPTH: 1
default:
retry:
max: 2
when:
- runner_system_failure
- script_failure
- api_failure
stages:
- prep
- build