Module: Mesa Branch: master Commit: a87d6485974c1d9af7e0a7ad300ac565be176266 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a87d6485974c1d9af7e0a7ad300ac565be176266
Author: Erik Faye-Lund <[email protected]> Date: Thu Feb 11 11:12:55 2021 +0100 ci: disable sporadically failing test spec@arb_timer_query@timestamp-get seems to fail on D3D12 / Windows every now and then. Until that's been figured out, let's disable the test in CI. Acked-by: Daniel Stone <[email protected]> Reviewed-by: Jesse Natalie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8978> --- .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 7574c5abe25..00d5b9ff79d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -893,7 +893,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 -x repeat-wait + PIGLIT_OPTIONS: -x nv_copy_depth_to_color -x repeat-wait -x arb_timer_query@timestamp-get script: - . _install/piglit_run.ps1 artifacts: diff --git a/.gitlab-ci/windows/quick_gl.txt b/.gitlab-ci/windows/quick_gl.txt index 562891d497b..8696872fc02 100644 --- a/.gitlab-ci/windows/quick_gl.txt +++ b/.gitlab-ci/windows/quick_gl.txt @@ -4742,7 +4742,7 @@ wgl/wgl-sanity: skip summary: name: results ---- -------- - pass: 13254 + pass: 13253 fail: 539 crash: 68 skip: 4114 @@ -4754,4 +4754,4 @@ summary: changes: 0 fixes: 0 regressions: 0 - total: 17995 + total: 17994 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
