presets: Allow jobs to match `ctest -j` with no value Allow an empty string for the "jobs" field of test presets to mirror the `ctest --parallel` option without a number specified, which corresponds to setting the parallelism to the maximum of the number of processors or 2. Issue: #27070