From d948f32365f53aa0677fef833ebaa2cc09d9ab67 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Thu, 31 Mar 2022 05:54:18 +0200 Subject: [PATCH] ci/freedreno: Reduce concurrency when replaying traces on a630 We are running out of memory when replaying traces sometimes, reduce the number of concurrent retrace processes. Mesa: User error: GL_OUT_OF_MEMORY in glReadPixels warning: GL_OUT_OF_MEMORY while getting snapshot 1074335: warning: failed to get snapshot https://gitlab.freedesktop.org/mesa/mesa/-/jobs/20519522 Signed-off-by: Tomeu Vizoso 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 b731f167fd8..6c0e8addc02 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -270,6 +270,8 @@ a630-traces: # missing. MESA_GLSL_VERSION_OVERRIDE: "460" MESA_GL_VERSION_OVERRIDE: "4.6" + # Reduce concurrency to avoid OOM + FDO_CI_CONCURRENT: 6 a630-traces-restricted: extends: