From c00cf7d61683bbe0cf7ded5a6d66b202282b64d4 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Wed, 4 Aug 2021 16:14:32 -0700 Subject: [PATCH] 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: --- 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 df745e4..a0f2eaa 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@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@glsl-1.30@execution@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@max-size +fbo-maxsize +max-texture-size +copypixels-draw-sync -- 2.7.4