ci: disable test-backend-ops on Vulkan llvmpipe run and resture default timeout (#21901)

This commit is contained in:
Ruben Ortlam 2026-04-15 10:55:21 +02:00 committed by GitHub
parent e1a9a6dcbe
commit 8dc530b86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -93,4 +93,5 @@ jobs:
export GGML_VK_DISABLE_F16=1
export GGML_VK_DISABLE_COOPMAT=1
# This is using llvmpipe and runs slower than other backends
ctest -L main --verbose --timeout 4800
# test-backend-ops is too slow on llvmpipe, skip it
ctest -L main -E test-backend-ops --verbose --timeout 900