ci/freedreno: Merge a630 piglit to a single job.

piglit_gl clocked in at 6:12 end-to-end runtime, and piglit_shader spent
2:53 in deqp-runner, so merging them together should be about 9 minutes.
Removing a boot should save us a minute or two of runner time per
pipeline.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10243>
This commit is contained in:
Eric Anholt 2021-04-14 12:32:58 -07:00 committed by Marge Bot
parent 35e25ea1d0
commit 6d510fd473

View file

@ -248,25 +248,14 @@ a630_vk_sysmem:
GPU_VERSION: freedreno-a630-bypass
TU_DEBUG: sysmem
.a630_piglit:
a630_piglit:
extends:
- .piglit-test
- .a630-test
variables:
BARE_METAL_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
BM_START_XORG: 1
a630_piglit_gl:
extends:
- .a630_piglit
variables:
PIGLIT_PROFILES: quick_gl
a630_piglit_shader:
extends:
- .a630_piglit
variables:
PIGLIT_PROFILES: quick_shader
PIGLIT_PROFILES: gpu
a630-traces:
extends: