From 4aaee2ed1b3d039e74bcb7db7f1ec21d3799a8a2 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Mon, 3 Jun 2024 12:10:15 +0200 Subject: Reduce cpp threads. --- .buildkite/cpp-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/cpp-test.sh b/.buildkite/cpp-test.sh index dafc754742d..f82f77d009b 100755 --- a/.buildkite/cpp-test.sh +++ b/.buildkite/cpp-test.sh @@ -2,4 +2,5 @@ set -euo pipefail -ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPU_LIMIT" +ctest3 --output-junit "$LOG_DIR/vespa-cpptest-results.xml" --output-on-failure -j "$NUM_CPP_THREADS" + -- cgit v1.2.3