From 59f3a8e6b4b0427918c36451542197c5d4c24bc7 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Mon, 11 Oct 2021 16:02:50 -0700 Subject: [PATCH] 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 Reviewed-by: Tomeu Vizoso Part-of: --- .gitlab-ci/deqp-runner.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index 7963ef7..e340740 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 -- 2.7.4