ci/deqp-runner: Drop stale comment from deqp-runner.sh.
authorEric Anholt <eric@anholt.net>
Wed, 19 Aug 2020 17:15:12 +0000 (10:15 -0700)
committerMarge Bot <eric+marge@anholt.net>
Thu, 20 Aug 2020 23:59:50 +0000 (23:59 +0000)
We don't rerun to detect flakes ourselves any more since the runner does
it internally.

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

.gitlab-ci/deqp-runner.sh

index 2c36a303db2d27d4dc0ce7b726639ca3f9476419..97e57becbcb88ee34d0058e2e0ceb1f69f1f4d1a 100755 (executable)
@@ -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