zink/ci: set the default timeout for zink jobs to 30min instead of 1h
authorEric Engestrom <eric@igalia.com>
Fri, 4 Aug 2023 14:48:40 +0000 (15:48 +0100)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 19:06:22 +0000 (19:06 +0000)
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>

src/gallium/drivers/zink/ci/gitlab-ci.yml

index bd29733..781ca05 100644 (file)
@@ -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