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