ci/deqp-runner: Drop SUMMARY_LIMIT env var.
authorEmma Anholt <emma@anholt.net>
Mon, 11 Oct 2021 23:02:50 +0000 (16:02 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 21 Oct 2021 07:34:19 +0000 (07:34 +0000)
Nobody uses it any more, and you could just put it in DEQP_OPTIONS.

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>

.gitlab-ci/deqp-runner.sh

index 7963ef7..e340740 100755 (executable)
@@ -217,7 +217,6 @@ if [ -z "$DEQP_SUITE" ]; then
         --flakes $INSTALL/deqp-$GPU_VERSION-flakes.txt \
         --testlog-to-xml /deqp/executor/testlog-to-xml \
         $JOB \
-        $SUMMARY_LIMIT \
        $DEQP_RUNNER_OPTIONS \
         -- \
         $DEQP_OPTIONS
@@ -232,7 +231,6 @@ else
         --fraction-start $CI_NODE_INDEX \
         --fraction $CI_NODE_TOTAL \
         $JOB \
-        $SUMMARY_LIMIT \
        $DEQP_RUNNER_OPTIONS
 fi