From f0204a3b5ce5f013e59c28cafaccee67bf98dc8a Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 3 Jul 2025 08:40:32 +0200 Subject: [PATCH] freedreno/ci: Increase parallelism of a660-gl-cl Following the previous commit, we have an additional `parallel:` slot available. Use it to run `a660-gl-cl` without a fraction, allowing us to remove the nightly `a660-gl-full` job. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index debbadb449b..04d06440829 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -239,20 +239,11 @@ a660-gl-cl: rules: - !reference [.collabora-freedreno-rules, rules] - !reference [.rusticl-rules, rules] - parallel: 2 + parallel: 3 variables: DEQP_SUITE: freedreno-a660 - DEQP_FRACTION: 2 HWCI_START_WESTON: 1 -a660-gl-full: - extends: - - a660-gl - - .collabora-freedreno-manual-rules - parallel: null - variables: - DEQP_FRACTION: 1 - a660-vk: extends: - .lava-arm64-test-vk