From: Emma Anholt Date: Thu, 14 Oct 2021 21:02:40 +0000 (-0700) Subject: ci/deqp-runner: Don't start GPU hang detection for making junit results. X-Git-Tag: upstream/22.3.5~16411 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=92748e40ef0ec0c96addaa0fd9dc9389a9d44e5d;p=platform%2Fupstream%2Fmesa.git 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 Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index eda8670..a89ef25 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 \