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 <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34022>
This commit is contained in:
Valentine Burley
2025-03-12 11:14:58 +01:00
committed by Marge Bot
parent b3b1e120a1
commit cff40b1512
+1 -1
View File
@@ -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