From b432f03c8aa3a88ed525524aea2f8fd2579ac1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Wed, 5 Feb 2025 13:54:18 +0200 Subject: [PATCH] radv/ci: bump tahiti's cpu cores MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You may thank @Venemo for his generous donation to our CI :) Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/amd/ci/gitlab-ci-inc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/ci/gitlab-ci-inc.yml b/src/amd/ci/gitlab-ci-inc.yml index d3dad56d3c6..a6aedbc9d26 100644 --- a/src/amd/ci/gitlab-ci-inc.yml +++ b/src/amd/ci/gitlab-ci-inc.yml @@ -306,9 +306,9 @@ .tahiti-test-valve: variables: - FDO_CI_CONCURRENT: 8 + FDO_CI_CONCURRENT: 24 RUNNER_FARM_LOCATION: mupuf - B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=8g' + B2C_KERNEL_CMDLINE_EXTRAS: 'b2c.swap=16g' tags: - farm:$RUNNER_FARM_LOCATION - amdgpu:codename:TAHITI