zink: set ZINK_DESCRIPTORS=db for radv jobs
there's no testing for this in ci, and radv has a unique heap/memory setup which catches allocation regressions Reviewed-by: Martin Roukala <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20968>
This commit is contained in:

committed by
Marge Bot

parent
75e5d458a0
commit
a10529080b
@@ -115,6 +115,7 @@ for var in \
|
||||
VK_DRIVER \
|
||||
VK_ICD_FILENAMES \
|
||||
VKD3D_PROTON_RESULTS \
|
||||
ZINK_DESCRIPTORS \
|
||||
; do
|
||||
if [ -n "${!var+x}" ]; then
|
||||
echo "export $var=${!var@Q}"
|
||||
|
@@ -133,6 +133,7 @@ zink-freedreno-a630-traces:
|
||||
variables:
|
||||
PIGLIT_PROFILES: all
|
||||
PIGLIT_PLATFORM: gbm
|
||||
ZINK_DESCRIPTORS: db
|
||||
B2C_TEST_SCRIPT: ./install/valve/gl_combined_testing.sh
|
||||
B2C_JOB_SUCCESS_REGEX: 'Execution is over, pipeline status: 0'
|
||||
|
||||
|
Reference in New Issue
Block a user