mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 02:30:12 +01:00
ci/virgl: Add timeout to software jobs
Let's make sure these don't get stuck. They're all good citizens and turn around in 5min or less, so give them triple that. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34280>
This commit is contained in:
parent
3911cb85bf
commit
1be1af78bf
3 changed files with 3 additions and 1 deletions
|
|
@ -48,6 +48,7 @@
|
|||
extends:
|
||||
- .test-gl
|
||||
- .virgl-rules
|
||||
timeout: 15m
|
||||
variables:
|
||||
GALLIVM_PERF: nopt
|
||||
FLAKES_CHANNEL: "#virgl-ci"
|
||||
|
|
@ -60,6 +61,7 @@
|
|||
extends:
|
||||
- .test-gl
|
||||
- .virgl-rules
|
||||
timeout: 15m
|
||||
variables:
|
||||
FLAKES_CHANNEL: "#virgl-ci"
|
||||
GALLIUM_DRIVER: "virgl"
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
extends:
|
||||
- .test-vk
|
||||
- .venus-rules
|
||||
timeout: 15m
|
||||
variables:
|
||||
VK_DRIVER: virtio
|
||||
CROSVM_GALLIUM_DRIVER: "llvmpipe"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ venus-lavapipe:
|
|||
extends:
|
||||
- .deqp-test
|
||||
- .venus-lavapipe-test
|
||||
timeout: 25m
|
||||
variables:
|
||||
DEQP_FRACTION: 60
|
||||
DEQP_SUITE: venus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue