From 92748e40ef0ec0c96addaa0fd9dc9389a9d44e5d Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 14 Oct 2021 14:02:40 -0700 Subject: [PATCH] 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: --- .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 \