summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-10-11 16:02:50 -0700
committerEric Engestrom <eric@engestrom.ch>2021-11-10 21:57:56 +0000
commitc9fd70a57359a12553284f0a7aaf34df12e64e83 (patch)
tree9115bdadd9c23e902421ef0dc50e84536395e6b6 /.gitlab-ci
parent2fd37402ded6e8f9ace9db1b455238a7c38afe02 (diff)
ci/deqp-runner: Drop SUMMARY_LIMIT env var.
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> (cherry picked from commit 59f3a8e6b4b0427918c36451542197c5d4c24bc7)
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/deqp-runner.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 7963ef77431..e3407409438 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -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