Mesa (main): ci: add VKD3D_PROTON_RESULTS to the list of variables to pass down for testing

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 16 07:15:05 UTC 2022


Module: Mesa
Branch: main
Commit: 5878eca643ebe9d0a93efe7f980889be4955dc43
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5878eca643ebe9d0a93efe7f980889be4955dc43

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Jun  9 12:05:07 2022 +0200

ci: add VKD3D_PROTON_RESULTS to the list of variables to pass down for testing

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Martin Roukala <martin.roukala at mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17050>

---

 .gitlab-ci/common/generate-env.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh
index 9fab0cd7cf9..bb3c73c5d4b 100755
--- a/.gitlab-ci/common/generate-env.sh
+++ b/.gitlab-ci/common/generate-env.sh
@@ -113,6 +113,7 @@ for var in \
     VK_CPU \
     VK_DRIVER \
     VK_ICD_FILENAMES \
+    VKD3D_PROTON_RESULTS \
     ; do
   if [ -n "${!var+x}" ]; then
     echo "export $var=${!var at Q}"



More information about the mesa-commit mailing list