summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-10-11 16:07:23 -0700
committerMarge Bot <eric+marge@anholt.net>2021-10-21 07:34:19 +0000
commit899174c210b65e15759ba398f08470464659a786 (patch)
treec0364d509a5a4c2fb5ed5c0a2050ab56d08d8f11 /.gitlab-ci/piglit
parent37c690ad1ae01dce10b0989d71ef0fb3bd913642 (diff)
downloadmesa-899174c210b65e15759ba398f08470464659a786.tar.gz
ci/deqp-runner: Move remaining asan runs to --env LD_PRELOAD=
This should improve their reliability and speed a little by getting deqp-runner off of asan. This removes the last jobs setting TEST_LD_PRELOAD, so remove passing that variable around from other scripts. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13372>
Diffstat (limited to '.gitlab-ci/piglit')
-rwxr-xr-x.gitlab-ci/piglit/piglit-runner.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh
index 3d12363e831..33ad309a4e0 100755
--- a/.gitlab-ci/piglit/piglit-runner.sh
+++ b/.gitlab-ci/piglit/piglit-runner.sh
@@ -53,8 +53,6 @@ fi
set +e
-export LD_PRELOAD=$TEST_LD_PRELOAD
-
piglit-runner \
run \
--piglit-folder /piglit \
@@ -69,8 +67,6 @@ export LD_PRELOAD=$TEST_LD_PRELOAD
PIGLIT_EXITCODE=$?
-export LD_PRELOAD=
-
deqp-runner junit \
--testsuite $PIGLIT_PROFILES \
--results $RESULTS/failures.csv \