ci/zink+radv: set a timeout of 2x the normal runtime
authorEric Engestrom <eric@igalia.com>
Thu, 10 Aug 2023 08:07:44 +0000 (09:07 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 10 Aug 2023 17:12:02 +0000 (17:12 +0000)
Normal runtime for both zink-radv-vangogh-valve and zink-radv-navi10-valve
is ~10min, so let's double that as our timeout.

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

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

index 781ca05..75f7587 100644 (file)
@@ -223,6 +223,7 @@ zink-tu-a618-traces-performance:
 
 ############### Combined testing (GL, GLES, Piglit) on RADV
 .radv-zink-test-valve:
+  timeout: 30m
   extends:
     - .zink-test
     - .test-radv
@@ -232,6 +233,7 @@ zink-tu-a618-traces-performance:
     PIGLIT_PLATFORM: gbm
     HWCI_TEST_SCRIPT: ./install/valve/gl_combined_testing.sh
     B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
+    B2C_TIMEOUT_OVERALL_MINUTES: 20
 
     # Disable reporting, since DUTs don't have internet access
     FLAKES_CHANNEL: ""