From 8a45554efafd088f39b3dd3bf31945698a21821b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Fri, 10 Jan 2025 12:08:20 +0100 Subject: [PATCH] freedreno/ci: Decrease a660-gl paralellism Currently there are only 8 sm8350-hdk DUTs in LAVA, but there were 10 pre-merge jobs scheduled for them. Add a full nightly job to cover the gaps. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index d19b40e1e17..ea47d60c07f 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -236,9 +236,18 @@ a660-gl: - .lava-test-deqp:arm64 - .collabora-freedreno-rules - .lava-sm8350-hdk:arm64 - parallel: 4 + parallel: 2 variables: DEQP_SUITE: freedreno-a660 + DEQP_FRACTION: 2 + +a660-gl-full: + extends: + - a660-gl + - .collabora-freedreno-manual-rules + parallel: null + variables: + DEQP_FRACTION: 1 a660-vk: extends: