Mesa (main): ci/iris: Mark qbo tests as flakes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 8 00:10:50 UTC 2022


Module: Mesa
Branch: main
Commit: 3926be368e837348c01d58979b878759a65e7ff2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3926be368e837348c01d58979b878759a65e7ff2

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Feb  7 13:33:40 2022 -0800

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>

---

 src/gallium/drivers/iris/ci/iris-amly-flakes.txt | 2 +-
 src/gallium/drivers/iris/ci/iris-cml-flakes.txt  | 1 +
 src/gallium/drivers/iris/ci/iris-kbl-flakes.txt  | 1 +
 src/gallium/drivers/iris/ci/iris-whl-flakes.txt  | 1 +
 4 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/iris/ci/iris-amly-flakes.txt b/src/gallium/drivers/iris/ci/iris-amly-flakes.txt
index 6eec6014542..b12fd98ad1b 100644
--- a/src/gallium/drivers/iris/ci/iris-amly-flakes.txt
+++ b/src/gallium/drivers/iris/ci/iris-amly-flakes.txt
@@ -19,7 +19,7 @@ spec at arb_query_buffer_object@qbo at query-.*
 #   spec at arb_query_buffer_object@qbo at query-GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN-ASYNC_CPU_READ_AFTER-GL_UNSIGNED_INT64_ARB
 #   spec at arb_query_buffer_object@qbo at query-GL_VERTEX_SHADER_INVOCATIONS-ASYNC_CPU_READ_AFTER-GL_UNSIGNED_INT64_ARB
 #   spec at arb_query_buffer_object@qbo at query-GL_TIMESTAMP-ASYNC_CPU_READ_BEFORE-GL_UNSIGNED_INT
-spec at arb_query_buffer_object@qbo at query-.*
+spec at arb_query_buffer_object@qbo
 
 # The tests below are not actually detected as flaky, but they do behave as such
 spec at egl_chromium_sync_control@conformance
diff --git a/src/gallium/drivers/iris/ci/iris-cml-flakes.txt b/src/gallium/drivers/iris/ci/iris-cml-flakes.txt
new file mode 100644
index 00000000000..1033a980955
--- /dev/null
+++ b/src/gallium/drivers/iris/ci/iris-cml-flakes.txt
@@ -0,0 +1 @@
+spec at arb_query_buffer_object@qbo
diff --git a/src/gallium/drivers/iris/ci/iris-kbl-flakes.txt b/src/gallium/drivers/iris/ci/iris-kbl-flakes.txt
new file mode 100644
index 00000000000..1033a980955
--- /dev/null
+++ b/src/gallium/drivers/iris/ci/iris-kbl-flakes.txt
@@ -0,0 +1 @@
+spec at arb_query_buffer_object@qbo
diff --git a/src/gallium/drivers/iris/ci/iris-whl-flakes.txt b/src/gallium/drivers/iris/ci/iris-whl-flakes.txt
new file mode 100644
index 00000000000..1033a980955
--- /dev/null
+++ b/src/gallium/drivers/iris/ci/iris-whl-flakes.txt
@@ -0,0 +1 @@
+spec at arb_query_buffer_object@qbo



More information about the mesa-commit mailing list