From 2a65bb292d0d81144f334f6f848667ac6cb6ac8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Wed, 25 Oct 2023 15:53:28 +0300 Subject: [PATCH] zink/ci: drop the concurrency of the zink-radv-vangogh-valve job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We seem to be hitting the BAR0 size limit which triggers an amdgpu bug. Let's drop the concurrency from 8 to 6 to alleviate pressure on BAR0, and hopefully work around this kernel bug. Signed-off-by: Martin Roukala (né Peres) Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 4bdaa23c7a2..7ce2d73847b 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -138,6 +138,7 @@ zink-radv-vangogh-valve: B2C_TIMEOUT_BOOT_RETRIES: 1 B2C_TIMEOUT_BOOT_MINUTES: 30 B2C_TIMEOUT_OVERALL_MINUTES: 30 + FDO_CI_CONCURRENT: 6 # Override the list of tags to drop `priority:low` tags: - amdgpu:codename:VANGOGH