Module: Mesa Branch: main Commit: 22d45f99ff72cc51dc0ecfefbcb0878d92041eec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22d45f99ff72cc51dc0ecfefbcb0878d92041eec
Author: Tomeu Vizoso <[email protected]> Date: Wed Mar 23 17:06:13 2022 +0100 ci/iris: Increase console timeout for perf jobs Piglit is very sparse in its status output and downloads of big traces can take a while. Signed-off-by: Tomeu Vizoso <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15527> --- src/gallium/drivers/iris/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/drivers/iris/ci/gitlab-ci.yml b/src/gallium/drivers/iris/ci/gitlab-ci.yml index b2581fdaa1c..237f6102ff2 100644 --- a/src/gallium/drivers/iris/ci/gitlab-ci.yml +++ b/src/gallium/drivers/iris/ci/gitlab-ci.yml @@ -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
