llvmpipe/ci: set rusticl variables in deqp-runner instead of passing them down from the job
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29851>
This commit is contained in:
committed by
Marge Bot
parent
5b3782a5ab
commit
b2a025f9a2
@@ -112,8 +112,6 @@ VARS=(
|
|||||||
RADEON_DEBUG
|
RADEON_DEBUG
|
||||||
RADV_DEBUG
|
RADV_DEBUG
|
||||||
RADV_PERFTEST
|
RADV_PERFTEST
|
||||||
RUSTICL_ENABLE
|
|
||||||
RUSTICL_DEBUG
|
|
||||||
SKQP_ASSETS_DIR
|
SKQP_ASSETS_DIR
|
||||||
SKQP_BACKENDS
|
SKQP_BACKENDS
|
||||||
TU_DEBUG
|
TU_DEBUG
|
||||||
|
|||||||
@@ -2,3 +2,5 @@
|
|||||||
piglit_folder = "/piglit"
|
piglit_folder = "/piglit"
|
||||||
profile = "cl"
|
profile = "cl"
|
||||||
process_isolation = true
|
process_isolation = true
|
||||||
|
[piglit.env]
|
||||||
|
RUSTICL_ENABLE = "llvmpipe"
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ llvmpipe-piglit-rusticl:
|
|||||||
- debian-testing
|
- debian-testing
|
||||||
- debian/x86_64_test-gl
|
- debian/x86_64_test-gl
|
||||||
variables:
|
variables:
|
||||||
RUSTICL_ENABLE: "llvmpipe"
|
|
||||||
DEQP_SUITE: llvmpipe-rusticl
|
DEQP_SUITE: llvmpipe-rusticl
|
||||||
DEQP_RUNNER_OPTIONS: "--timeout 120.0"
|
DEQP_RUNNER_OPTIONS: "--timeout 120.0"
|
||||||
GPU_VERSION: llvmpipe-rusticl
|
GPU_VERSION: llvmpipe-rusticl
|
||||||
|
|||||||
Reference in New Issue
Block a user