freedreno/ci/a306: increase concurrency

No harm from using more threads, but not enough benefit to reduce
parallelism unfortunately.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14067>
This commit is contained in:
Ilia Mirkin 2021-12-03 20:22:50 -05:00 committed by Marge Bot
parent 3db30ea877
commit 0db2e78788
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ a306_gl:
- .a306-test
variables:
DEQP_SUITE: freedreno-a307
FDO_CI_CONCURRENT: 6
parallel: 5
# New jobs. Leave it as manual for now.