broadcom/ci: reduce v3dv-rpi4-vk timeout to 30min (instead of 1h)
authorEric Engestrom <eric@igalia.com>
Fri, 14 Jul 2023 17:51:06 +0000 (18:51 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Aug 2023 16:36:51 +0000 (16:36 +0000)
This means that when things go wrong, we don't hold the runner (and Marge)
for as long, while still having a 2x margin over the usual run time.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24402>

src/broadcom/ci/gitlab-ci.yml

index 8dca56a..1bb7e18 100644 (file)
@@ -134,6 +134,7 @@ v3dv-rpi4-vk:arm64:
     - .broadcom-test:arm64
     - .v3dv-rules
   parallel: 10
+  timeout: 30m  # standard run time between 9 and 13 minutes
   variables:
     HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
     DEQP_EXPECTED_RENDERER: "V3D.4.2"