Module: Mesa Branch: main Commit: 1727adfbc55dab76be75be72aad32d293774c992 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1727adfbc55dab76be75be72aad32d293774c992
Author: Rob Clark <[email protected]> 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 <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
