Module: Mesa Branch: main Commit: 9f43dac0ca82a3c00e894d03429f214d65308ecd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f43dac0ca82a3c00e894d03429f214d65308ecd
Author: Tomeu Vizoso <[email protected]> Date: Wed Mar 23 17:07:20 2022 +0100 ci/freedreno: 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/freedreno/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index b8c0aa220df..b731f167fd8 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -291,6 +291,8 @@ a630-traces-performance: 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
