Module: Mesa Branch: main Commit: 2a65bb292d0d81144f334f6f848667ac6cb6ac8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a65bb292d0d81144f334f6f848667ac6cb6ac8c
Author: Martin Roukala (né Peres) <[email protected]> Date: Wed Oct 25 15:53:28 2023 +0300 zink/ci: drop the concurrency of the zink-radv-vangogh-valve job 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) <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25883> --- 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
