From 7ec9404971a36b24effc41d2f909bc77872c8641 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 9 Jul 2025 08:25:28 +0200 Subject: [PATCH] freedreno/ci: Increase concurrency for a618 jobs The a618 jobs run on two different 8 thread devices, which is the optimal value for FDO_CI_CONCURRENT on most of their jobs. Signed-off-by: Valentine Burley Part-of: --- src/freedreno/ci/gitlab-ci-inc.yml | 4 ++-- src/freedreno/ci/gitlab-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci-inc.yml b/src/freedreno/ci/gitlab-ci-inc.yml index 1ce11672f66..0fd1f84b0cd 100644 --- a/src/freedreno/ci/gitlab-ci-inc.yml +++ b/src/freedreno/ci/gitlab-ci-inc.yml @@ -230,7 +230,7 @@ BOOT_METHOD: depthcharge DEVICE_TYPE: sc7180-trogdor-kingoftown DTB: sc7180-trogdor-kingoftown -# FDO_CI_CONCURRENT: ? + FDO_CI_CONCURRENT: 8 # Increase the hangcheck timer for our spilling tests which bump up against # the .5s default. FREEDRENO_HANGCHECK_MS: 2000 @@ -247,7 +247,7 @@ BOOT_METHOD: depthcharge DEVICE_TYPE: sc7180-trogdor-lazor-limozeen DTB: sc7180-trogdor-lazor-limozeen-nots-r5 -# FDO_CI_CONCURRENT: ? + FDO_CI_CONCURRENT: 8 # Increase the hangcheck timer for our spilling tests which bump up against # the .5s default. FREEDRENO_HANGCHECK_MS: 2000 diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index f077537898d..8e935400bc8 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -112,8 +112,6 @@ a618-vk-full: timeout: 2h parallel: 3 variables: - # ran into OOM with VK-GL-CTS 1.2.8.0 at 6 - FDO_CI_CONCURRENT: 4 DEQP_SUITE: freedreno-a618-vk-full DEQP_FRACTION: 1 @@ -154,6 +152,7 @@ a618-gl-full: - .collabora-freedreno-manual-rules timeout: 65m variables: + FDO_CI_CONCURRENT: 6 # More causes issues and slows the job down DEQP_FRACTION: 1 # Run dEQP EGL window system tests separately with the window systems available. @@ -193,6 +192,7 @@ a618-piglit: - !reference [.rusticl-rules, rules] variables: DEQP_SUITE: freedreno-a618-piglit + FDO_CI_CONCURRENT: 6 # More causes issues and isn't much faster anyway FLAKES_CHANNEL: "#freedreno-ci" HWCI_START_WESTON: 1