From 3a83562fd4ed3a3c20a9be3331f2ca6c089155c9 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 10 Jan 2025 10:16:02 +0100 Subject: [PATCH] zink/ci: Increase parallelism of zink-tu-a618 This job was taking too long. However, with the other jobs de-duplicated on a618 and a630, we can increase parallelism, which also allows us to reduce the fraction. Signed-off-by: Valentine Burley Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 6994a939acb..91abe8ecb64 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -108,11 +108,12 @@ zink-tu-a618: - .zink-test - .lava-sc7180-trogdor-lazor-limozeen:arm64 variables: - DEQP_FRACTION: 3 + DEQP_FRACTION: 2 DEQP_SUITE: zink-freedreno-a618 FLAKES_CHANNEL: "#freedreno-ci" HWCI_START_WESTON: 1 GPU_VERSION: zink-freedreno-a618 + parallel: 2 zink-tu-a618-full: extends: @@ -120,6 +121,8 @@ zink-tu-a618-full: - .zink-turnip-collabora-manual-rules variables: DEQP_FRACTION: 1 + parallel: null + timeout: 1h zink-tu-a618-traces: extends: