mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +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
|
||||
when:
|
||||
- 'runner_system_failure'
|
||||
- 'stuck_or_timeout_failure'
|
||||
- 'scheduler_failure'
|
||||
- 'api_failure'
|
||||
|
||||
manifest:
|
||||
|
|
Loading…
Reference in a new issue