mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
ci: Use half as many parallel softpipe / virgl test jobs
We're now using at least twice as many CPU cores per job (on shared runners), so they only take about half as long, and should still be under 10 minutes. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6011>
This commit is contained in:
parent
d9693c6620
commit
589d8665f0
1 changed files with 2 additions and 4 deletions
|
|
@ -919,13 +919,12 @@ softpipe-gles2:
|
|||
DEQP_EXPECTED_RENDERER: softpipe
|
||||
|
||||
softpipe-gles3:
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_VER: gles3
|
||||
extends: softpipe-gles2
|
||||
|
||||
softpipe-gles31:
|
||||
parallel: 4
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_VER: gles31
|
||||
extends: softpipe-gles2
|
||||
|
|
@ -948,14 +947,13 @@ virgl-gles2-on-gl:
|
|||
- .virgl-rules
|
||||
|
||||
virgl-gles3-on-gl:
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_VER: gles3
|
||||
DEQP_RUNNER_OPTIONS: "--timeout 180"
|
||||
extends: virgl-gles2-on-gl
|
||||
|
||||
virgl-gles31-on-gl:
|
||||
parallel: 4
|
||||
parallel: 2
|
||||
variables:
|
||||
DEQP_VER: gles31
|
||||
MESA_GLES_VERSION_OVERRIDE: "3.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue