ci/freedreno: Reduce concurrency for a618 vk_full.

This ran into OOM-kills with the CTS uprev.  Looking at caselists at the
time of fail, some had 500MB of system memory used by the CTS (mostly
spirv string codegen), plus whatever BOs were allocated, and the lazors
are only 4GB it looks like.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13779>
This commit is contained in:
Emma Anholt 2022-02-02 20:15:28 -08:00 committed by Marge Bot
parent 5039fc3dc7
commit 940b9ff6c9
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,8 @@ a618_vk_full:
timeout: 2h
parallel: 2
variables:
# ran into OOM with VK-GL-CTS 1.2.8.0 at 6
FDO_CI_CONCURRENT: 4
DEQP_SUITE: freedreno-a618-vk-full
JOB_TIMEOUT: 120