From f9bfb3265d50397ea8f0724b0fe0d1769a33c132 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 4 Nov 2025 11:53:09 +0100 Subject: [PATCH] freedreno/ci: Move a660-gl-cl job back to pre-merge The sm8350-hdk devices have been fixed in the lab with help from Qualcomm. Also adjust the parallelism of the job, as we're still within the time limit with just 2 devices instead of 3. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 58fd05f23a1..c6c203e9676 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -252,11 +252,11 @@ a660-gl-cl: - .lava-arm64-test-gl - .lava-sm8350-hdk:arm64 - .test-piglit - - .collabora-freedreno-manual-rules + - .collabora-freedreno-rules rules: - - !reference [.collabora-freedreno-manual-rules, rules] - - !reference [.rusticl-manual-rules, rules] - parallel: 3 + - !reference [.collabora-freedreno-rules, rules] + - !reference [.rusticl-rules, rules] + parallel: 2 variables: DEQP_SUITE: freedreno-a660 HWCI_START_WESTON: 1