mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
35e25ea1d0
commit
6d510fd473
1 changed files with 2 additions and 13 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue