mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
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>
This commit is contained in:
parent
92b0cf8e77
commit
c00cf7d616
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue