Mesa (main): ci/freedreno: Reduce concurrency when replaying traces on a630

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 4 13:09:45 UTC 2022


Module: Mesa
Branch: main
Commit: d948f32365f53aa0677fef833ebaa2cc09d9ab67
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d948f32365f53aa0677fef833ebaa2cc09d9ab67

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Thu Mar 31 05:54:18 2022 +0200

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 <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15682>

---

 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:



More information about the mesa-commit mailing list