zink/ci: set the default timeout for zink jobs to 30min instead of 1h
Except zink-anv-tgl which takes a lot more, and keeps the 1h timeout (for now, future changes might improve this). Suggested-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24500>
This commit is contained in:
committed by
Marge Bot
parent
a0a5d0f02e
commit
746b90839f
@@ -70,6 +70,7 @@
|
||||
|
||||
|
||||
.zink-test:
|
||||
timeout: 30m
|
||||
variables:
|
||||
MESA_LOADER_DRIVER_OVERRIDE: "zink"
|
||||
FLAKES_CHANNEL: "#zink-ci"
|
||||
@@ -126,6 +127,7 @@ zink-lvp:
|
||||
zink-anv-tgl:
|
||||
extends:
|
||||
- .zink-anv-test
|
||||
timeout: 1h
|
||||
variables:
|
||||
DEQP_SUITE: zink-anv-tgl
|
||||
PIGLIT_NO_WINDOW: 1
|
||||
|
||||
Reference in New Issue
Block a user