summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2023-04-05 12:34:16 -0700
committerMarge Bot <emma+marge@anholt.net>2023-04-24 19:21:50 +0000
commitc060b649c5a866f42e5df73f41c6e2809cf30e99 (patch)
tree8294feb36242bb80bd56d35c76f493a9ff9888f8 /.gitlab-ci
parent75a08b04d7d0c2b41f82d7bbab7a5bd932429119 (diff)
downloadmesa-c060b649c5a866f42e5df73f41c6e2809cf30e99.tar.gz
ci/zink: Enable the validation layer on the TGL GL46 run.
We recently had an issue where an anv merge failed due to a bug in zink, which validation would have caught. Get some coverage by default on the main branch. This increases runtime from 9:30 to 12:10. I don't feel good about this, but I've got https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/4398 in flight to try to knock the time back down. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22459>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/common/generate-env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index 5f0dfa58eeb..869e9ad431c 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -118,6 +118,7 @@ for var in \
VK_ICD_FILENAMES \
VKD3D_PROTON_RESULTS \
ZINK_DESCRIPTORS \
+ ZINK_DEBUG \
LVP_POISON_MEMORY \
; do
if [ -n "${!var+x}" ]; then