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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8114>
This commit is contained in:
Jesse Natalie 2020-12-15 11:28:22 -08:00 committed by Marge Bot
parent 0e215ff487
commit 5228847c02
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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