mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
panfrost: ci: Skip running some tests
These tests add too much time to the total run time, and some of them even hang the DUTs, even if I haven't been able to reproduce it locally. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
a94cf20051
commit
67b9c196d0
1 changed files with 2 additions and 0 deletions
|
|
@ -27,9 +27,11 @@ sleep 1 # Give some time for Weston to start up
|
|||
|
||||
# Disable for now tests that are very slow, either by just using lots of CPU or by crashing
|
||||
sed -i '/dEQP-GLES2.performance/d' /tmp/case-list.txt
|
||||
sed -i '/dEQP-GLES2.stress/d' /tmp/case-list.txt
|
||||
sed -i '/dEQP-GLES2.functional.texture.filtering.2d.linear_mipmap_linear_/d' /tmp/case-list.txt
|
||||
sed -i '/dEQP-GLES2.functional.texture.filtering.cube.linear_mipmap_linear_/d' /tmp/case-list.txt
|
||||
sed -i '/dEQP-GLES2.functional.texture.filtering.cube.linear_mipmap_nearest_/d' /tmp/case-list.txt
|
||||
sed -i '/dEQP-GLES2.functional.fbo.render.depth./d' /tmp/case-list.txt
|
||||
|
||||
# Cannot use tee because dash doesn't have pipefail
|
||||
touch /tmp/result.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue