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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15682>
This commit is contained in:
Tomeu Vizoso 2022-03-31 05:54:18 +02:00 committed by Marge Bot
parent 689f9d2a5b
commit d948f32365
1 changed files with 2 additions and 0 deletions

View File

@ -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: