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:
Daniel Stone 2025-10-14 19:14:28 +01:00
parent ec6c67780e
commit 47f1c1e694

View file

@ -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"'