Mesa (staging/21.3): ci/deqp-runner: Drop SUMMARY_LIMIT env var.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 23:18:37 UTC 2021


Module: Mesa
Branch: staging/21.3
Commit: 0327192b253ca94f68339ff21e496ede4a1dfb44
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0327192b253ca94f68339ff21e496ede4a1dfb44

Author: Emma Anholt <emma at anholt.net>
Date:   Mon Oct 11 16:02:50 2021 -0700

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 at amd.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13372>
(cherry picked from commit 59f3a8e6b4b0427918c36451542197c5d4c24bc7)

---

 .gitlab-ci/deqp-runner.sh | 2 --
 .pick_status.json         | 2 +-
 2 files changed, 1 insertion(+), 3 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
 
diff --git a/.pick_status.json b/.pick_status.json
index a8d3aa683d4..9db13801c12 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -4117,7 +4117,7 @@
         "description": "ci/deqp-runner: Drop SUMMARY_LIMIT env var.",
         "nominated": false,
         "nomination_type": null,
-        "resolution": 4,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },



More information about the mesa-commit mailing list