mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
ci/iris: Mark qbo tests as flakes
These appear to have some kind of race condition and usually fail, but sometimes pass. We had already attempted to mark them as flakes on amly, but need to mark them as flakes on KBL+ too. See https://gitlab.freedesktop.org/mesa/mesa/-/jobs/18522605 and https://gitlab.freedesktop.org/mesa/mesa/-/jobs/18527737 where these unexpectedly passed on KBL, and also where the top-level test not being caught by the regex led to failures. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14916>
This commit is contained in:
parent
df1751a2bb
commit
3926be368e
4 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec@arb_query_buffer_object@qbo@query-.*
|
|||
# spec@arb_query_buffer_object@qbo@query-GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN-ASYNC_CPU_READ_AFTER-GL_UNSIGNED_INT64_ARB
|
||||
# spec@arb_query_buffer_object@qbo@query-GL_VERTEX_SHADER_INVOCATIONS-ASYNC_CPU_READ_AFTER-GL_UNSIGNED_INT64_ARB
|
||||
# spec@arb_query_buffer_object@qbo@query-GL_TIMESTAMP-ASYNC_CPU_READ_BEFORE-GL_UNSIGNED_INT
|
||||
spec@arb_query_buffer_object@qbo@query-.*
|
||||
spec@arb_query_buffer_object@qbo
|
||||
|
||||
# The tests below are not actually detected as flaky, but they do behave as such
|
||||
spec@egl_chromium_sync_control@conformance
|
||||
|
|
|
|||
1
src/gallium/drivers/iris/ci/iris-cml-flakes.txt
Normal file
1
src/gallium/drivers/iris/ci/iris-cml-flakes.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
spec@arb_query_buffer_object@qbo
|
||||
1
src/gallium/drivers/iris/ci/iris-kbl-flakes.txt
Normal file
1
src/gallium/drivers/iris/ci/iris-kbl-flakes.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
spec@arb_query_buffer_object@qbo
|
||||
1
src/gallium/drivers/iris/ci/iris-whl-flakes.txt
Normal file
1
src/gallium/drivers/iris/ci/iris-whl-flakes.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
spec@arb_query_buffer_object@qbo
|
||||
Loading…
Add table
Reference in a new issue