From 6af1fbc25123fc4d50f5a0363c03e663cfaa2460 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 17 Nov 2022 16:46:39 -0800 Subject: [PATCH] ci/deqp-runner: Drop dead code for DEQP_CASELIST_FILTER. The last user is now gone. Acked-by: David Heidelberg Part-of: --- .gitlab-ci/common/generate-env.sh | 2 -- .gitlab-ci/deqp-runner.sh | 8 -------- src/freedreno/ci/freedreno-a618-flakes.txt | 1 - 3 files changed, 11 deletions(-) diff --git a/.gitlab-ci/common/generate-env.sh b/.gitlab-ci/common/generate-env.sh index 8925fd88791..8a39a22065c 100755 --- a/.gitlab-ci/common/generate-env.sh +++ b/.gitlab-ci/common/generate-env.sh @@ -28,8 +28,6 @@ for var in \ CROSVM_GALLIUM_DRIVER \ CROSVM_GPU_ARGS \ DEQP_BIN_DIR \ - DEQP_CASELIST_FILTER \ - DEQP_CASELIST_INV_FILTER \ DEQP_CONFIG \ DEQP_EXPECTED_RENDERER \ DEQP_FRACTION \ diff --git a/.gitlab-ci/deqp-runner.sh b/.gitlab-ci/deqp-runner.sh index ccd71c9f2d2..3bd163c6496 100755 --- a/.gitlab-ci/deqp-runner.sh +++ b/.gitlab-ci/deqp-runner.sh @@ -86,14 +86,6 @@ if [ -z "$DEQP_SUITE" ]; then sed -ni $CI_NODE_INDEX~$CI_NODE_TOTAL"p" /tmp/case-list.txt fi - if [ -n "$DEQP_CASELIST_FILTER" ]; then - sed -ni "/$DEQP_CASELIST_FILTER/p" /tmp/case-list.txt - fi - - if [ -n "$DEQP_CASELIST_INV_FILTER" ]; then - sed -ni "/$DEQP_CASELIST_INV_FILTER/!p" /tmp/case-list.txt - fi - if [ ! -s /tmp/case-list.txt ]; then echo "Caselist generation failed" exit 1 diff --git a/src/freedreno/ci/freedreno-a618-flakes.txt b/src/freedreno/ci/freedreno-a618-flakes.txt index 8d56d1fd321..5792bb678b4 100644 --- a/src/freedreno/ci/freedreno-a618-flakes.txt +++ b/src/freedreno/ci/freedreno-a618-flakes.txt @@ -70,7 +70,6 @@ dEQP-EGL.functional.render.single_context.gles3.rgb888_pbuffer dEQP-EGL.functional.render.single_context.gles3.rgb888_window dEQP-EGL.functional.render.single_context.gles3.rgba8888_pbuffer dEQP-EGL.functional.render.single_context.gles3.rgba8888_window -dEQP-EGL.functional.robustness.reset_context.shaders.infinite_loop.sync_status.vertex dEQP-EGL.functional.sharing.gles2.buffer.render dEQP-EGL.functional.sharing.gles2.multithread.random_egl_server_sync.textures.copyteximage2d.13 dEQP-EGL.functional.sharing.gles2.multithread.random_egl_sync.textures.copyteximage2d.0