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@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6392>
This commit is contained in:
Eric Anholt 2020-08-19 10:15:12 -07:00 committed by Marge Bot
parent 42d7bbfc22
commit 32fd2ee023
1 changed files with 0 additions and 4 deletions

View File

@ -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