Module: Mesa Branch: main Commit: 91076fd3902b61b5ae949904366faec48b32552f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91076fd3902b61b5ae949904366faec48b32552f
Author: Martin Roukala (né Peres) <[email protected]> Date: Mon Dec 4 16:09:24 2023 +0200 amd/ci: reduce Renoir's concurrency to 16 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) <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26501> --- 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
