@@ -231,7 +231,7 @@ steps:
231231 - mkdir build && cd build
232232 - cmake $CMAKE_FLAGS ..
233233 - make -j
234- - ctest -j --output-on-failure -E checkperf
234+ - ctest -j4 --output-on-failure -E checkperf
235235---
236236kind : pipeline
237237name : amd64_clang_cmake_no_exceptions
@@ -254,7 +254,7 @@ steps:
254254 - mkdir build && cd build
255255 - cmake $CMAKE_FLAGS ..
256256 - make -j
257- - ctest -j --output-on-failure -E checkperf
257+ - ctest -j4 --output-on-failure -E checkperf
258258---
259259kind : pipeline
260260name : amd64_clang_cmake_static
@@ -277,7 +277,7 @@ steps:
277277 - mkdir build && cd build
278278 - cmake $CMAKE_FLAGS ..
279279 - make -j
280- - ctest -j --output-on-failure -E checkperf
280+ - ctest -j4 --output-on-failure -E checkperf
281281---
282282kind : pipeline
283283name : amd64_gcc_cmake_static
@@ -300,7 +300,7 @@ steps:
300300 - mkdir build && cd build
301301 - cmake $CMAKE_FLAGS ..
302302 - make -j
303- - ctest -j --output-on-failure -E checkperf
303+ - ctest -j4 --output-on-failure -E checkperf
304304---
305305kind : pipeline
306306name : amd64_gcc_cmake_dynamic
@@ -323,7 +323,7 @@ steps:
323323 - mkdir build && cd build
324324 - cmake $CMAKE_FLAGS ..
325325 - make -j
326- - ctest -j --output-on-failure -E checkperf
326+ - ctest -j4 --output-on-failure -E checkperf
327327---
328328kind : pipeline
329329name : arm64_clang_cmake_dynamic
@@ -346,7 +346,7 @@ steps:
346346 - mkdir build && cd build
347347 - cmake $CMAKE_FLAGS ..
348348 - make -j
349- - ctest -j --output-on-failure -E checkperf
349+ - ctest -j4 --output-on-failure -E checkperf
350350---
351351kind : pipeline
352352name : arm64_gcc_cmake_dynamic
@@ -369,7 +369,7 @@ steps:
369369 - mkdir build && cd build
370370 - cmake $CMAKE_FLAGS ..
371371 - make -j
372- - ctest -j --output-on-failure -E checkperf
372+ - ctest -j4 --output-on-failure -E checkperf
373373---
374374kind : pipeline
375375name : arm64_clang_cmake_static
@@ -392,7 +392,7 @@ steps:
392392 - mkdir build && cd build
393393 - cmake $CMAKE_FLAGS ..
394394 - make -j
395- - ctest -j --output-on-failure -E checkperf
395+ - ctest -j4 --output-on-failure -E checkperf
396396---
397397kind : pipeline
398398name : arm64_gcc_cmake_static
@@ -415,7 +415,7 @@ steps:
415415 - mkdir build && cd build
416416 - cmake $CMAKE_FLAGS ..
417417 - make -j
418- - ctest -j --output-on-failure -E checkperf
418+ - ctest -j4 --output-on-failure -E checkperf
419419
420420---
421421kind : pipeline
@@ -439,7 +439,7 @@ steps:
439439 - mkdir build && cd build
440440 - cmake $CMAKE_FLAGS ..
441441 - make -j
442- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
442+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
443443---
444444kind : pipeline
445445name : arm64_gcc_cmake_sanitize
@@ -462,7 +462,7 @@ steps:
462462 - mkdir build && cd build
463463 - cmake $CMAKE_FLAGS ..
464464 - make -j
465- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
465+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
466466
467467---
468468kind : pipeline
@@ -486,7 +486,7 @@ steps:
486486 - mkdir build && cd build
487487 - cmake $CMAKE_FLAGS ..
488488 - make -j
489- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
489+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
490490---
491491kind : pipeline
492492name : amd64_gcc_cmake_sanitize
@@ -509,7 +509,7 @@ steps:
509509 - mkdir build && cd build
510510 - cmake $CMAKE_FLAGS ..
511511 - make -j
512- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
512+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
513513
514514---
515515kind : pipeline
@@ -533,7 +533,7 @@ steps:
533533 - mkdir build && cd build
534534 - cmake $CMAKE_FLAGS ..
535535 - make -j
536- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
536+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
537537---
538538kind : pipeline
539539name : amd64_gcc_cmake_sanitize_noavx
@@ -556,4 +556,4 @@ steps:
556556 - mkdir build && cd build
557557 - cmake $CMAKE_FLAGS ..
558558 - make -j
559- - ASAN_OPTIONS="detect_leaks=0" ctest -j --output-on-failure -E checkperf
559+ - ASAN_OPTIONS="detect_leaks=0" ctest -j4 --output-on-failure -E checkperf
0 commit comments