summaryrefslogtreecommitdiff
path: root/.gitlab-ci/piglit
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-06-11 14:40:06 -0700
committerEmma Anholt <emma@anholt.net>2021-06-14 12:09:19 -0700
commit323abf2fb2d9ca02607f8b120140a4b6c4fafe77 (patch)
treeb86f3fad640768f9803af407f9c91d632dc79086 /.gitlab-ci/piglit
parente594b18d6a0cb775f393244aff1772fadcb47c24 (diff)
ci/piglit: Skip glx_arb_sync_control@timing.* on all systems.
The test involves timestamping to figure out how long a swap actually takes, but if anything ends up rescheduling the process you can end up spuriously failing. I could easily reproduce flakiness by just running a loop accessing the filesystem in parallel with a loop running the test. So, it's certainly not usable on a CI system with other piglit tests running in parallel, and we don't want to run it if it's going to just produce flake noise. Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11333>
Diffstat (limited to '.gitlab-ci/piglit')
-rw-r--r--.gitlab-ci/piglit/piglit-all-skips.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci/piglit/piglit-all-skips.txt b/.gitlab-ci/piglit/piglit-all-skips.txt
index 7c802d9f526..e102ac6cf41 100644
--- a/.gitlab-ci/piglit/piglit-all-skips.txt
+++ b/.gitlab-ci/piglit/piglit-all-skips.txt
@@ -1,2 +1,6 @@
# WGL is Windows-only
wgl@.*
+
+# These are sensitive to CPU timing, and would need to be run in isolation
+# on the system rather than in parallel with other tests.
+glx@glx_arb_sync_control@timing.*