ci : disable failing openvino tests (#28347)

This commit is contained in:
Ravi Panchumarthy
2026-09-04 09:18:11 +03:00
committed by GitHub
parent c390d0abbc
commit 0ef4d560e1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ env:
LLAMA_ARG_LOG_COLORS: 1 LLAMA_ARG_LOG_COLORS: 1
LLAMA_ARG_LOG_PREFIX: 1 LLAMA_ARG_LOG_PREFIX: 1
LLAMA_ARG_LOG_TIMESTAMPS: 1 LLAMA_ARG_LOG_TIMESTAMPS: 1
# TODO: fix and re-enable the `test-llama-archs` and `test-recurrent-state-rollback` # TODO: fix failing tests on OpenVINO backend
CTEST_EXCLUDE: "test-llama-archs|^test-recurrent-state-rollback" CTEST_EXCLUDE: "test-llama-archs|^test-recurrent-state-|test-backend-ops|test-save-load-state"
jobs: jobs:
ubuntu-24-openvino: ubuntu-24-openvino:
+2 -2
View File
@@ -189,8 +189,8 @@ if [ ! -z ${GG_BUILD_OPENVINO} ]; then
fi fi
CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_OPENVINO=ON" CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_OPENVINO=ON"
# TODO: fix and re-enable the `test-llama-archs` and `test-recurrent-state-rollback*` # TODO: fix failing tests on OpenVINO backend
CTEST_EXTRA="-E test-llama-archs|^test-recurrent-state-rollback" CTEST_EXTRA="-E test-llama-archs|^test-recurrent-state-|test-backend-ops|test-save-load-state"
fi fi
## helpers ## helpers