Mesa (master): ci: Drop old comment about enabling --deqp-watchdog.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu May 28 16:43:12 UTC 2020


Module: Mesa
Branch: master
Commit: 044f50b9fdb0186ce32c5e54710f025ff677dab7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=044f50b9fdb0186ce32c5e54710f025ff677dab7

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 26 11:07:41 2020 -0700

ci: Drop old comment about enabling --deqp-watchdog.

The parallel deqp runner does its own 60s watchdog.

Reviewed-by: Kristian H. Kristensen <hoegsberg at google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5225>

---

 .gitlab-ci/deqp-runner.sh | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh
index d2c29071121..1b18bb405d8 100755
--- a/.gitlab-ci/deqp-runner.sh
+++ b/.gitlab-ci/deqp-runner.sh
@@ -7,13 +7,6 @@ DEQP_OPTIONS="$DEQP_OPTIONS --deqp-surface-type=pbuffer"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-gl-config-name=rgba8888d24s8ms0"
 DEQP_OPTIONS="$DEQP_OPTIONS --deqp-visibility=hidden"
 
-# It would be nice to be able to enable the watchdog, so that hangs in a test
-# don't need to wait the full hour for the run to time out.  However, some
-# shaders end up taking long enough to compile
-# (dEQP-GLES31.functional.ubo.random.all_per_block_buffers.20 for example)
-# that they'll sporadically trigger the watchdog.
-#DEQP_OPTIONS="$DEQP_OPTIONS --deqp-watchdog=enable"
-
 if [ -z "$DEQP_VER" ]; then
    echo 'DEQP_VER must be set to something like "gles2", "gles31" or "vk" for the test run'
    exit 1



More information about the mesa-commit mailing list