mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
7752cc26c4
commit
e4fc3e4ee6
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue