From 5228847c02749079c765cc143064b29737aa93a4 Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Tue, 15 Dec 2020 11:28:22 -0800 Subject: [PATCH] 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 Part-of: --- .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