mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 04:08:13 +02:00
ci: Retry on spurious failures
When we fail out because we couldn't even start a container or bring the runner environment up, just retry the job. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
ec6c67780e
commit
47f1c1e694
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@ include:
|
|||
# we need a default case though, so all the rest still run
|
||||
- when: on_success
|
||||
|
||||
default:
|
||||
retry:
|
||||
max: 2
|
||||
when: runner_system_failure
|
||||
|
||||
.merge-rules:
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue