ci/llvmpipe: Add llvmpipe and lavapipe timeouts

These jobs all pretty comfortably complete in 5-7min. Add a timeout for
roughly double that to make sure that jobs don't get stuck.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34280>
This commit is contained in:
Daniel Stone
2025-03-29 15:15:43 +00:00
committed by Marge Bot
parent cab69e51f3
commit 3911cb85bf
2 changed files with 2 additions and 0 deletions
@@ -1,5 +1,6 @@
.llvmpipe-rules:
stage: software-renderer
timeout: 12m
rules:
- !reference [.test, rules]
- if: $EXTERNAL_KERNEL_TAG != null
@@ -1,5 +1,6 @@
.lavapipe-rules:
stage: software-renderer
timeout: 15m
rules:
- !reference [.test, rules]
- if: $EXTERNAL_KERNEL_TAG != null