mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 13:50:09 +01:00
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@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11477>
This commit is contained in:
parent
fc00abe46c
commit
1727adfbc5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue