From f783ca5926c7241b258dccc4a8bd5b79db9e7c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Sat, 6 Apr 2024 11:43:55 +0200 Subject: [PATCH] ci: Add VK_DRIVER_FILES passthrough from jobs to tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Eric Engestrom Reviewed-by: David Heidelberg Part-of: --- .gitlab-ci/common/generate-env.sh | 2 ++ 1 file changed, 2 insertions(+) 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