summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2024-04-06 11:43:55 +0200
committerMarge Bot <emma+marge@anholt.net>2024-04-10 09:46:31 +0000
commitf783ca5926c7241b258dccc4a8bd5b79db9e7c8b (patch)
treece30373917d209c549c125fc1f9a8001d8f847ac
parente16849a0d3ba97aea57346f28c045030ffc73a78 (diff)
ci: Add VK_DRIVER_FILES passthrough from jobs to tests
Allows to specify the driver in use when running Vulkan tests under crosvm. Note that this is specifically used in virglrenderer CI. Fixes: 09e5b3da7659083f655f975e349f0569e2b37d9e Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28609>
-rwxr-xr-x.gitlab-ci/common/generate-env.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index 4e6ae9090bc..fce084c96b8 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -117,6 +117,8 @@ VARS=(
WAFFLE_PLATFORM
VK_CPU
VK_DRIVER
+ # required by virglrender CI
+ VK_DRIVER_FILES
VKD3D_PROTON_RESULTS
VKD3D_CONFIG
VKD3D_TEST_EXCLUDE