mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
radv/ci: add piglit testing with Zink on NAVI10
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18315>
This commit is contained in:
parent
940246b058
commit
eded5bda4e
1 changed files with 21 additions and 0 deletions
|
|
@ -249,6 +249,27 @@ gles-navi10-valve:
|
||||||
variables:
|
variables:
|
||||||
GPU_VERSION: zink-radv
|
GPU_VERSION: zink-radv
|
||||||
|
|
||||||
|
############### piglit
|
||||||
|
.piglit-test-valve:
|
||||||
|
extends:
|
||||||
|
- .b2c-test-radv-gl
|
||||||
|
# Keep all the piglit jobs as manual trigger jobs for now, until we
|
||||||
|
# have enough resources to meet the throughput requirements for
|
||||||
|
# automatic pre-merge in the Mesa CI.
|
||||||
|
- .test-manual-mr
|
||||||
|
variables:
|
||||||
|
B2C_JOB_SUCCESS_REGEX: '^\+ PIGLIT_EXITCODE=0\r$'
|
||||||
|
B2C_TEST_SCRIPT: ./install/piglit/piglit-runner.sh
|
||||||
|
PIGLIT_PROFILES: all
|
||||||
|
PIGLIT_PLATFORM: gbm
|
||||||
|
|
||||||
|
piglit-navi10-valve:
|
||||||
|
extends:
|
||||||
|
- .piglit-test-valve
|
||||||
|
- .navi10-test-valve
|
||||||
|
variables:
|
||||||
|
GPU_VERSION: zink-radv
|
||||||
|
|
||||||
############### Fossilize
|
############### Fossilize
|
||||||
radv-fossils:
|
radv-fossils:
|
||||||
extends:
|
extends:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue