panfrost: ci: Skip running some tests
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 7 May 2019 11:43:14 +0000 (13:43 +0200)
committerTomeu Vizoso <tomeu.vizoso@collabora.com>
Fri, 10 May 2019 05:37:47 +0000 (07:37 +0200)
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>
src/gallium/drivers/panfrost/ci/deqp-runner.sh

index 68d9bc1..8d30eae 100644 (file)
@@ -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