anv/ci: Lower concurrency for nightly jobs

The nightly jobs can hit OOMs on JSL and ADL, so reduce the number of
threads used by deqp-runner to avoid that.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36608>
This commit is contained in:
Valentine Burley 2025-08-06 09:12:36 +02:00 committed by Marge Bot
parent 7752cc26c4
commit e4fc3e4ee6

View file

@ -16,6 +16,7 @@ anv-jsl-vk-full:
- .anv-manual-rules
variables:
DEQP_SUITE: anv-jsl-full
FDO_CI_CONCURRENT: 2
parallel: 4
timeout: 2h
@ -35,6 +36,7 @@ anv-adl-vk-full:
- .anv-manual-rules
variables:
DEQP_SUITE: anv-adl-full
FDO_CI_CONCURRENT: 6
timeout: 1h 40m
parallel: 3