]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : run test-jinja -py on high perf [no ci] (#18916)
authorSigbjørn Skjæret <redacted>
Mon, 19 Jan 2026 19:29:15 +0000 (20:29 +0100)
committerGitHub <redacted>
Mon, 19 Jan 2026 19:29:15 +0000 (20:29 +0100)
ci/run.sh
tests/CMakeLists.txt

index 6ca6ea5669e969b7f58615afd015788072134197..dfcf95966185a1aab405f04c0ccaae55459c2a9d 100755 (executable)
--- 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
index 3eae18eefd9acbef55f6d569b042aa8994231bac..c9436c599539f9fa3bd90c5d73de0ba49035b386 100644 (file)
@@ -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(