Module: Mesa Branch: main Commit: 47774d2414eea2936175bc8e37d88540bf666360 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47774d2414eea2936175bc8e37d88540bf666360
Author: Guilherme Gallo <[email protected]> Date: Mon Mar 27 19:52:25 2023 -0300 ci/zink: Reduce zink-tu-a618-traces parallelism Signed-off-by: Guilherme Gallo <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22155> --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 69ef78aeab7..47f1faa9405 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -121,7 +121,7 @@ zink-tu-a618-traces: - a618-traces - .zink-turnip-rules - .zink-trace-test - parallel: 3 + parallel: null variables: PIGLIT_REPLAY_DEVICE_NAME: "zink-a618"
