Mesa (main): ci/deqp-runner: Don't start GPU hang detection for making junit results.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 21 08:04:16 UTC 2021


Module: Mesa
Branch: main
Commit: 92748e40ef0ec0c96addaa0fd9dc9389a9d44e5d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=92748e40ef0ec0c96addaa0fd9dc9389a9d44e5d

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Oct 14 14:02:40 2021 -0700

ci/deqp-runner: Don't start GPU hang detection for making junit results.

It's just CPU-side post-processing, not running tests.

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>

---

 .gitlab-ci/deqp-runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index eda867079b1..a89ef25060f 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -191,7 +191,7 @@ find $RESULTS -name \*.xml \
     -exec cp /deqp/testlog.css /deqp/testlog.xsl "$RESULTS/" ";" \
     -quit
 
-$HANG_DETECTION_CMD deqp-runner junit \
+deqp-runner junit \
    --testsuite dEQP \
    --results $RESULTS/failures.csv \
    --output $RESULTS/junit.xml \



More information about the mesa-commit mailing list