Mesa (main): freedreno/ci: Increase # of jobs for CI runners

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 18 22:15:24 UTC 2021


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

Author: Rob Clark <robdclark at chromium.org>
Date:   Fri Jun 18 12:41:51 2021 -0700

freedreno/ci: Increase # of jobs for CI runners

The idea is that the tests will spend *some* time stalling waiting to
read back results from the GPU.  So use a # of jobs that is slightly
more than the # of CPUs to keep the CPUs more busy.

Locally this is dropping a bit more than a minute off a parallel
deqp-gles31 run, so turn it on across the board for a6xx.

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11477>

---

 src/freedreno/ci/gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml
index b3fff70886d..b64c1da1089 100644
--- a/src/freedreno/ci/gitlab-ci.yml
+++ b/src/freedreno/ci/gitlab-ci.yml
@@ -150,6 +150,7 @@ a530-traces:
   extends:
     - .freedreno-test
   variables:
+    DEQP_PARALLEL: 10
     BM_KERNEL: /baremetal-files/cheza-kernel
     BM_CMDLINE: "ip=dhcp console=ttyMSM0,115200n8 root=/dev/nfs rw nfsrootdebug nfsroot=,tcp,nfsvers=4.2 init=/init"
     GPU_VERSION: freedreno-a630



More information about the mesa-commit mailing list