aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@vespa.ai>2024-06-03 12:10:15 +0200
committerArnstein Ressem <aressem@vespa.ai>2024-06-03 12:10:15 +0200
commit4aaee2ed1b3d039e74bcb7db7f1ec21d3799a8a2 (patch)
tree933e0112dbd68452b705e56179a58500bf5be888
parent6e455c397bb6966049ed5f8691e60c87d40c51bb (diff)
Reduce cpp threads.
-rwxr-xr-x.buildkite/cpp-test.sh3
1 files changed, 2 insertions, 1 deletions
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"
+