summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2022-06-02 15:24:03 -0700
committerMarge Bot <emma+marge@anholt.net>2022-06-27 22:38:54 +0000
commit9090bb1fbd601516756c0830c8b6c57bb2c3bd40 (patch)
tree837030ba21683dc7424ba4a83faccf40135de59a /.gitlab-ci/piglit
parent83709ac3cfb0bdd3d4770b509ec278a04fa22bca (diff)
downloadmesa-9090bb1fbd601516756c0830c8b6c57bb2c3bd40.tar.gz
ci/traces: Drop ZINK_USE_LAVAPIPE ICD override.
Not set in the tree any more. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17125>
Diffstat (limited to '.gitlab-ci/piglit')
-rwxr-xr-x.gitlab-ci/piglit/piglit-traces.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/piglit/piglit-traces.sh b/.gitlab-ci/piglit/piglit-traces.sh
index 3e84993b7cb..073e23db0fd 100755
--- a/.gitlab-ci/piglit/piglit-traces.sh
+++ b/.gitlab-ci/piglit/piglit-traces.sh
@@ -78,10 +78,6 @@ else
RUN_CMD_WRAPPER="xvfb-run --server-args=\"-noreset\" sh -c"
fi
-if [ "$ZINK_USE_LAVAPIPE" ]; then
- export VK_ICD_FILENAMES="$INSTALL/share/vulkan/icd.d/lvp_icd.x86_64.json"
-fi
-
# If the job is parallel at the gitlab job level, will take the corresponding
# fraction of the caselist.
if [ -n "$CI_NODE_INDEX" ]; then