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>
This commit is contained in:
@@ -217,7 +217,6 @@ if [ -z "$DEQP_SUITE" ]; then
|
|||||||
--flakes $INSTALL/deqp-$GPU_VERSION-flakes.txt \
|
--flakes $INSTALL/deqp-$GPU_VERSION-flakes.txt \
|
||||||
--testlog-to-xml /deqp/executor/testlog-to-xml \
|
--testlog-to-xml /deqp/executor/testlog-to-xml \
|
||||||
$JOB \
|
$JOB \
|
||||||
$SUMMARY_LIMIT \
|
|
||||||
$DEQP_RUNNER_OPTIONS \
|
$DEQP_RUNNER_OPTIONS \
|
||||||
-- \
|
-- \
|
||||||
$DEQP_OPTIONS
|
$DEQP_OPTIONS
|
||||||
@@ -232,7 +231,6 @@ else
|
|||||||
--fraction-start $CI_NODE_INDEX \
|
--fraction-start $CI_NODE_INDEX \
|
||||||
--fraction $CI_NODE_TOTAL \
|
--fraction $CI_NODE_TOTAL \
|
||||||
$JOB \
|
$JOB \
|
||||||
$SUMMARY_LIMIT \
|
|
||||||
$DEQP_RUNNER_OPTIONS
|
$DEQP_RUNNER_OPTIONS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user