ci/iris: Increase console timeout for perf jobs
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Wed, 23 Mar 2022 16:06:13 +0000 (17:06 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Mar 2022 05:33:54 +0000 (05:33 +0000)
Piglit is very sparse in its status output and downloads of big traces
can take a while.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15527>

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

index b2581fdaa1c9b455125131c483803ee3c08c8b25..237f6102ff247f09f6b5a52bebfdb8676eaa6e0a 100644 (file)
@@ -205,6 +205,8 @@ iris-cml-traces:
     PIGLIT_REPLAY_LOOP_TIMES: 150
     # We don't want for more than one workload to be submitted to the GPU at a time
     FDO_CI_CONCURRENT: 1
+    # Piglit is very sparse in its status output and downloads of big traces can take a while
+    LAVA_DEVICE_HANGING_TIMEOUT_SEC: 600
     # So we aren't capped by VSync by the X server
     EGL_PLATFORM: surfaceless
     GIT_STRATEGY: none