From 940b9ff6c9da6a01b6efa288c28b8f5a547b92e8 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 2 Feb 2022 20:15:28 -0800 Subject: [PATCH] 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: --- src/freedreno/ci/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 4b708610ffa..765eeb795fb 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -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