summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-10-12 10:37:43 -0700
committerMarge Bot <eric+marge@anholt.net>2021-10-21 07:34:19 +0000
commit37c690ad1ae01dce10b0989d71ef0fb3bd913642 (patch)
tree3c752e68f5440f05a2090ef8d7ac68336d929652 /.gitlab-ci/piglit
parentb978688df642870a2a639e267552e6e6088aa48e (diff)
downloadmesa-37c690ad1ae01dce10b0989d71ef0fb3bd913642.tar.gz
ci/deqp-runner: Drop silly CSV env vars.
One was unused, the other was used once. Reviewed-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.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci/piglit/piglit-runner.sh b/.gitlab-ci/piglit/piglit-runner.sh
index 5c4b88ed0f0..3d12363e831 100755
--- a/.gitlab-ci/piglit/piglit-runner.sh
+++ b/.gitlab-ci/piglit/piglit-runner.sh
@@ -53,9 +53,6 @@ fi
set +e
-RESULTS_CSV=$RESULTS/results.csv
-FAILURES_CSV=$RESULTS/failures.csv
-
export LD_PRELOAD=$TEST_LD_PRELOAD
piglit-runner \
@@ -86,7 +83,7 @@ if [ -n "$FLAKES_CHANNEL" ]; then
python3 $INSTALL/report-flakes.py \
--host irc.oftc.net \
--port 6667 \
- --results $RESULTS_CSV \
+ --results $RESULTS/results.csv \
--known-flakes $INSTALL/piglit-$GPU_VERSION-flakes.txt \
--channel "$FLAKES_CHANNEL" \
--runner "$CI_RUNNER_DESCRIPTION" \