Skip to content

Commit f31b404

Browse files
authored
tests : remove gh label test-whisper-cli-tiny-en (#2988)
This commit removes test-whisper-cli-tiny-en from the gh label. The motivation for this change is that until recently the tests were disabled. But now that they are enabled some of the tests, specifically the ci jobs that use sanatizers (e.g. thread-sanitizer) take a long time to run as they are instrumented. Some of these jobs also have matricies which means that there are multiple jobs are created that all run these tests. The suggestion here is to limit the number of tests that are run in the ci jobs so cut down the CI build time.
1 parent 854c051 commit f31b404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ add_test(NAME ${TEST_TARGET}
2424
COMMAND $<TARGET_FILE:whisper-cli>
2525
-m ${PROJECT_SOURCE_DIR}/models/for-tests-ggml-tiny.en.bin
2626
-f ${PROJECT_SOURCE_DIR}/samples/jfk.wav)
27-
set_tests_properties(${TEST_TARGET} PROPERTIES LABELS "tiny;en;gh")
27+
set_tests_properties(${TEST_TARGET} PROPERTIES LABELS "tiny;en")
2828

2929
set(TEST_TARGET test-whisper-cli-base)
3030
add_test(NAME ${TEST_TARGET}

0 commit comments

Comments
 (0)