bareos: master 9f116eab

Author Committer Branch Timestamp Parent
arogge arogge master 2025-05-08 17:17 master a2c564ce Pending
Changeset ctest: smart parallelization for tests

as this cannot be determined ahead-of-time for every build/platform it
is probably better to rely on CTEST_PARALLEL_LEVEL being set in the
environment.
Thus, instead of statically setting this to 10, we force 5 for
sanitizer builds and otherwise set it to 10 unless the user has set
CTEST_PARALLEL_LEVEL in the environment.
mod - core/CMakeLists.txt Diff File
mod - core/CTestScript.cmake.in Diff File