From 91076fd3902b61b5ae949904366faec48b32552f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 4 Dec 2023 16:09:24 +0200 Subject: [PATCH] amd/ci: reduce Renoir's concurrency to 16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It seems like when we increased the number of tests per shard, we started overcommitting the Renoir runner, leading to load averages higher than the 16 CPU threads could handle, while also running at 75-96% memory usage. By dropping the concurrency to 16, we should be able to reduce this memory usage while also reducing the execution time. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci-inc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci-inc.yml b/src/amd/ci/gitlab-ci-inc.yml index d9ea6b88e31..405e9516d7c 100644 --- a/src/amd/ci/gitlab-ci-inc.yml +++ b/src/amd/ci/gitlab-ci-inc.yml @@ -261,7 +261,7 @@ .renoir-test-valve: variables: RUNNER_FARM_LOCATION: mupuf - FDO_CI_CONCURRENT: 24 + FDO_CI_CONCURRENT: 16 B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' B2C_TIMEOUT_BOOT_MINUTES: 60 B2C_TIMEOUT_OVERALL_MINUTES: 120