From 7f75ad546df6e7791c01edddfe7cd97045f3ec42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 10 Feb 2025 07:01:24 +0200 Subject: [PATCH] radv/ci: reduce Renoir concurrency in vkcts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Deqp randomly dies at the beginning of VKCTS, which fails most pipelines. Reducing the job concurrency fixes the issue, so let's roll with that until I go buy more RAM for this machine. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml index f8b28198a8a..cd6e2a2f645 100644 --- a/src/amd/ci/gitlab-ci.yml +++ b/src/amd/ci/gitlab-ci.yml @@ -237,6 +237,7 @@ vkcts-renoir-valve: B2C_TIMEOUT_BOOT_MINUTES: 130 B2C_TIMEOUT_OVERALL_MINUTES: 130 RADV_PERFTEST: transfer_queue + FDO_CI_CONCURRENT: 12 # HACK: Reduce the memory pressure vkcts-navi10-valve: parallel: 2