Mesa (master): CI: Add repeat-wait to Windows Piglit skip

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 15 20:38:09 UTC 2020


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

Author: Jesse Natalie <jenatali at microsoft.com>
Date:   Tue Dec 15 11:28:22 2020 -0800

CI: Add repeat-wait to Windows Piglit skip

This test is flaky/racy due to an incorrect timeout value being used.
See https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/433

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8114>

---

 .gitlab-ci.yml                  | 2 +-
 .gitlab-ci/windows/quick_gl.txt | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f076af9475..0eb0b6e8b93 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -837,7 +837,7 @@ test-d3d12-windows:
     GIT_STRATEGY: none # testing doesn't build anything from source
     GALLIUM_DRIVER: d3d12
     PIGLIT_PROFILE: quick_gl
-    PIGLIT_OPTIONS: -x nv_copy_depth_to_color
+    PIGLIT_OPTIONS: -x nv_copy_depth_to_color -x repeat-wait
   script:
     - . _install/piglit_run.ps1
   artifacts:
diff --git a/.gitlab-ci/windows/quick_gl.txt b/.gitlab-ci/windows/quick_gl.txt
index 3c85d7b27f6..8844e39382b 100644
--- a/.gitlab-ci/windows/quick_gl.txt
+++ b/.gitlab-ci/windows/quick_gl.txt
@@ -4749,7 +4749,7 @@ wgl/wgl-sanity: skip
 summary:
        name:  results
        ----  --------
-       pass:    13248
+       pass:    13247
        fail:      539
       crash:       75
        skip:     4114
@@ -4761,4 +4761,4 @@ summary:
     changes:        0
       fixes:        0
 regressions:        0
-      total:    17996
+      total:    17995



More information about the mesa-commit mailing list