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:
committed by
Marge Bot
parent
b3b1e120a1
commit
cff40b1512
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user