amd/ci: Merge and convert Raven piglit testing

Converting to deqp-runner suite allows merging the two jobs running
the two piglit profiles for more even distribution and granular
control of runtime.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32455>
This commit is contained in:
Valentine Burley
2024-12-02 10:07:25 +01:00
committed by Marge Bot
parent e26391f7ff
commit 63b4765114
2 changed files with 18 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
[[piglit]]
piglit_folder = "/piglit"
profile = "quick_gl"
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "mixed_glx_egl"
[[piglit]]
piglit_folder = "/piglit"
profile = "quick_shader"
fraction = 2
process_isolation = true
[piglit.env]
PIGLIT_PLATFORM = "mixed_glx_egl"

View File

@@ -102,23 +102,16 @@ radv-raven-traces-restricted:
PIGLIT_REPLAY_EXTRA_ARGS: --keep-image --minio_bucket=${S3_TRACIE_PRIVATE_BUCKET} --jwt-file=${S3_JWT_FILE}
FDO_CI_CONCURRENT: 10
radeonsi-raven-piglit-quick_gl:
radeonsi-raven-piglit:
extends:
- .lava-piglit:x86_64
- .lava-test-deqp:x86_64
- .radeonsi-raven-test:x86_64
- .lava-lenovo-TPad-C13-Yoga-zork:x86_64
parallel: 2
variables:
PIGLIT_PLATFORM: mixed_glx_egl
PIGLIT_PROFILES: quick_gl
DEQP_SUITE: radeonsi-raven
HWCI_START_WESTON: 1
radeonsi-raven-piglit-quick_shader:
extends:
- radeonsi-raven-piglit-quick_gl
variables:
PIGLIT_PROFILES: quick_shader
PIGLIT_FRACTION: 2
# lower image opcodes to emulate CDNA compute devices
radeonsi-raven-cdna-lower-image:
extends: