Retry pipeline generation jobs in certain cases
This commit is contained in:
parent
d11156f361
commit
9f09156923
1 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,11 @@ default:
|
|||
- "${CI_PROJECT_DIR}/jobs_scratch_dir"
|
||||
tags: ["spack", "public", "medium", "x86_64"]
|
||||
interruptible: true
|
||||
retry:
|
||||
max: 2
|
||||
when:
|
||||
- runner_system_failure
|
||||
- stuck_or_timeout_failure
|
||||
|
||||
.pr-generate:
|
||||
extends: [ ".pr", ".generate" ]
|
||||
|
|
Loading…
Reference in a new issue