llvmpipe/ci: increase deqp-runner timeout
authorKarol Herbst <kherbst@redhat.com>
Mon, 20 Feb 2023 13:34:46 +0000 (14:34 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 22 Feb 2023 14:20:21 +0000 (14:20 +0000)
Some of the OpenCL tests are flaky, because they just take that long.
Builtins can generated really complex code and if we are unlucky they can
timeout.

Proper support for functions would also solve the issue, probably, but for
now increase the deqp-runner timeout so it's less of an annoyence.

Signed-off-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20161>

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

index c4c1c3f..8db8c1a 100644 (file)
@@ -38,6 +38,7 @@ llvmpipe-piglit-rusticl:
   variables:
     RUSTICL_ENABLE: "llvmpipe"
     DEQP_SUITE: llvmpipe-rusticl
+    DEQP_RUNNER_OPTIONS: "--timeout 120.0"
     GPU_VERSION: llvmpipe-rusticl
 
 llvmpipe-traces: