From: Sigbjørn Skjæret Date: Mon, 19 Jan 2026 19:29:15 +0000 (+0100) Subject: ci : run test-jinja -py on high perf [no ci] (#18916) X-Git-Tag: upstream/0.0.8067~291 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4037093c66bfe53b9b27d72765416815fdb0398f;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : run test-jinja -py on high perf [no ci] (#18916) --- diff --git a/ci/run.sh b/ci/run.sh index 6ca6ea566..dfcf95966 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -254,7 +254,7 @@ function gg_run_ctest_release { (time make -j$(nproc) ) 2>&1 | tee -a $OUT/${ci}-make.log if [ -z ${GG_BUILD_LOW_PERF} ]; then - (time ctest --output-on-failure -L main ) 2>&1 | tee -a $OUT/${ci}-ctest.log + (time ctest --output-on-failure -L 'main|python' ) 2>&1 | tee -a $OUT/${ci}-ctest.log else (time ctest --output-on-failure -L main -E test-opt ) 2>&1 | tee -a $OUT/${ci}-ctest.log fi diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3eae18eef..c9436c599 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -187,6 +187,7 @@ llama_build_and_test(test-chat-parser.cpp) llama_build_and_test(test-chat-peg-parser.cpp peg-parser/simple-tokenize.cpp) llama_build_and_test(test-chat-template.cpp) llama_build_and_test(test-jinja.cpp) +llama_test(test-jinja NAME test-jinja-py ARGS -py LABEL python) llama_build_and_test(test-json-partial.cpp) llama_build_and_test(test-log.cpp) llama_build_and_test(