Mesa (main): ci/a5xx: Skip some piglit stress tests that destabilize CI.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 5 23:53:40 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Wed Aug  4 16:14:32 2021 -0700

ci/a5xx: Skip some piglit stress tests that destabilize CI.

Previously, most piglit GL manual runs on a5xx would get a bunch of
failures in random tests around the same time in the run, with a
characteristic OUT_OF_MEMORY in the logs.  With this, that instability
seems to have gone away.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12224>

---

 src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt
index df745e436d0..a0f2eaa1475 100644
--- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt
+++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-skips.txt
@@ -33,3 +33,10 @@ spec at arb_pixel_buffer_object@texsubimage cube_map_array pbo
 # Causes faults that need the HUPCF fix to actually work to avoid killing the
 # run.
 spec at glsl-1.30@execution at texelfetch fs sampler3d 98x1x9-98x129x9
+
+# If we let these tests run in parallel with other piglit tests, we end up
+# intermittent GL_OUT_OF_MEMORY errors in innocent tests.
+arb_texture_buffer_object at max-size
+fbo-maxsize
+max-texture-size
+copypixels-draw-sync



More information about the mesa-commit mailing list