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:
Erico Nunes
2022-12-17 11:59:56 +01:00
committed by Marge Bot
parent 1af39eda6e
commit 2a4a6aa76f
3 changed files with 21 additions and 7 deletions

View 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"

View File

@@ -0,0 +1,6 @@
[[piglit]]
piglit_folder = "/piglit"
profile = "gpu"
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "gbm"

View File

@@ -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