Mesa (master): ci/deqp-runner: Drop stale comment from deqp-runner.sh.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 21 00:15:06 UTC 2020


Module: Mesa
Branch: master
Commit: 32fd2ee02365e36b2826d3f9fee610e757c3b06a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32fd2ee02365e36b2826d3f9fee610e757c3b06a

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Aug 19 10:15:12 2020 -0700

ci/deqp-runner: Drop stale comment from deqp-runner.sh.

We don't rerun to detect flakes ourselves any more since the runner does
it internally.

Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6392>

---

 .gitlab-ci/deqp-runner.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index 2c36a303db2..97e57becbcb 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -303,10 +303,6 @@ if [ $DEQP_EXITCODE -ne 0 ]; then
     fi
 
     count=`cat $UNEXPECTED_RESULTSFILE | wc -l`
-
-    # Re-run fails to detect flakes.  But use a small threshold, if
-    # something was fundamentally broken, we don't want to re-run
-    # the entire caselist
 else
     grep ",Flake" $RESULTSFILE > $FLAKESFILE
 



More information about the mesa-commit mailing list