From a10529080b133062c57ec2c0e5821300711cb59b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 28 Jan 2023 07:50:42 -0500 Subject: [PATCH] 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 Part-of: --- .gitlab-ci/common/generate-env.sh | 1 + src/gallium/drivers/zink/ci/gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 8a39a22065c..e08905030b8 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -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}" diff --git a/src/gallium/drivers/zink/ci/gitlab-ci.yml b/src/gallium/drivers/zink/ci/gitlab-ci.yml index 5ddf253ad0d..447add96fca 100644 --- a/src/gallium/drivers/zink/ci/gitlab-ci.yml +++ b/src/gallium/drivers/zink/ci/gitlab-ci.yml @@ -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'