mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
ci_template: extend the scenarios where retries are attempted
The windows runner has become a bit unstable lately, might be due to some recent update. It frequently timeouts while waiting to pick up a job or sometimes it goes missing in the middle of a job.
This commit is contained in:
parent
604928a40b
commit
d8c5432793
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ variables:
|
||||||
max: 2
|
max: 2
|
||||||
when:
|
when:
|
||||||
- 'runner_system_failure'
|
- 'runner_system_failure'
|
||||||
|
- 'stuck_or_timeout_failure'
|
||||||
|
- 'scheduler_failure'
|
||||||
- 'api_failure'
|
- 'api_failure'
|
||||||
|
|
||||||
manifest:
|
manifest:
|
||||||
|
|
Loading…
Reference in a new issue