From cff40b1512a640c1100b65213fae69b560b1a71b Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 12 Mar 2025 11:14:58 +0100 Subject: [PATCH] zink/ci: Work around recent OOM issues in zink-anv-adl Lower the concurrency for the zink-anv-adl job to avoid the out-of-memory issues seen recently. Signed-off-by: Valentine Burley Part-of: --- src/gallium/drivers/zink/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 8c75f128661..fc03ba5403a 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -57,6 +57,7 @@ zink-anv-adl: HWCI_START_WESTON: 1 # We use gbm because its a copy of tgl job PIGLIT_PLATFORM: gbm + FDO_CI_CONCURRENT: 6 # higher is too much, and leads to OOM timeout: 30m parallel: 4 @@ -67,7 +68,6 @@ zink-anv-adl-full: - .zink-anv-manual-rules variables: DEQP_SUITE: zink-anv-adl-full - FDO_CI_CONCURRENT: 6 # higher is too much, and leads to OOM timeout: 2h parallel: 5