From e57419d182929d4b45d57bf6a72b5c3ab368cbe5 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 10 Jan 2025 10:33:38 +0100 Subject: [PATCH] freedreno/ci: Decrease a630-gl parallelism a630-gl takes just over 7 minutes on 4 DUTs, so we can safely reduce the parallelism to 3 and stay within the time limit. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 6dfb2bcfa06..0d149497927 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -274,7 +274,7 @@ a630-gl: extends: - .baremetal-deqp-test - .a630-test - parallel: 4 + parallel: 3 variables: DEQP_SUITE: freedreno-a630 HWCI_START_XORG: 1