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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 4 23:18:37 UTC 2021


Module: Mesa
Branch: staging/21.3
Commit: 18dc0896a8431fb9306c7f6f7a95c4590ba54186
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18dc0896a8431fb9306c7f6f7a95c4590ba54186

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>
(cherry picked from commit 92748e40ef0ec0c96addaa0fd9dc9389a9d44e5d)

---

 .gitlab-ci/deqp-runner.sh | 2 +-
 .pick_status.json         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 \
diff --git a/.pick_status.json b/.pick_status.json
index 57fe840cea7..a9efb0e9ad3 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -4063,7 +4063,7 @@
         "description": "ci/deqp-runner: Don't start GPU hang detection for making junit results.",
         "nominated": false,
         "nomination_type": null,
-        "resolution": 4,
+        "resolution": 1,
         "main_sha": null,
         "because_sha": null
     },



More information about the mesa-commit mailing list