mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
etnaviv: migrate from piglit include to generic deqp and toml spec
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29150>
This commit is contained in:
parent
406dda70e7
commit
1232bcc470
2 changed files with 10 additions and 3 deletions
8
src/etnaviv/ci/deqp-etnaviv-gc2000-piglit.toml
Normal file
8
src/etnaviv/ci/deqp-etnaviv-gc2000-piglit.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[[piglit]]
|
||||
piglit_folder = "/piglit"
|
||||
profile = "gpu"
|
||||
process_isolation = true
|
||||
[piglit.env]
|
||||
PIGLIT_NO_WINDOW = "1"
|
||||
PIGLIT_PLATFORM = "gbm"
|
||||
WAFFLE_PLATFORM = "gbm"
|
||||
|
|
@ -79,14 +79,13 @@ gc2000_gles2_asan:
|
|||
|
||||
gc2000_piglit:
|
||||
extends:
|
||||
- .piglit-test
|
||||
- .baremetal-deqp-test
|
||||
- .baremetal-test-arm32
|
||||
- .austriancoder-imx6q-cubox-i:arm32
|
||||
- .etnaviv-manual-rules
|
||||
variables:
|
||||
DEQP_SUITE: etnaviv-gc2000-piglit
|
||||
FLAKES_CHANNEL: "#etnaviv-ci"
|
||||
PIGLIT_PLATFORM: gbm
|
||||
PIGLIT_PROFILES: gpu
|
||||
TEST_PHASE_TIMEOUT: 40
|
||||
timeout: 40m
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue