lima/ci: change lima jobs to use deqp-runner suite
Align it with the state of other drivers' ci and make it easier to enable more tests later. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20392>
This commit is contained in:
11
src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml
Normal file
11
src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[[deqp]]
|
||||
deqp = "/deqp/modules/gles2/deqp-gles2"
|
||||
caselists = ["/deqp/mustpass/gles2-master.txt"]
|
||||
tests_per_group = 250
|
||||
deqp_args = [
|
||||
"--deqp-surface-width=256", "--deqp-surface-height=256",
|
||||
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
|
||||
"--deqp-gl-config-name=rgba8888d24s8ms0",
|
||||
]
|
||||
version_check = "GL ES 2.0.*git"
|
||||
renderer_check = "Mali450"
|
@@ -0,0 +1,6 @@
|
||||
[[piglit]]
|
||||
piglit_folder = "/piglit"
|
||||
profile = "gpu"
|
||||
process_isolation = true
|
||||
[piglit.env]
|
||||
PIGLIT_PLATFORM = "gbm"
|
@@ -11,18 +11,15 @@
|
||||
VISIBILITY_GROUP: "mesa-ci"
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-lima
|
||||
|
||||
lima-mali450-test:arm64:
|
||||
lima-mali450-deqp:arm64:
|
||||
extends:
|
||||
- .lava-meson-gxl-s805x-libretech-ac
|
||||
variables:
|
||||
DEQP_EXPECTED_RENDERER: Mali450
|
||||
DEQP_SUITE: lima-mali450-deqp
|
||||
|
||||
lima-mali450-piglit-gpu:arm64:
|
||||
lima-mali450-piglit:arm64:
|
||||
extends:
|
||||
- .piglit-test
|
||||
- .lava-meson-gxl-s805x-libretech-ac
|
||||
- .lava-piglit
|
||||
variables:
|
||||
PIGLIT_PLATFORM: gbm
|
||||
PIGLIT_PROFILES: gpu
|
||||
DEQP_SUITE: lima-mali450-piglit
|
||||
parallel: 2
|
||||
|
Reference in New Issue
Block a user