GitLab CI: Increase our merge-req:ubuntu-gcc-ctest parallelization.

This commit is contained in:
Gerald Combs 2020-12-13 16:01:54 -08:00 committed by AndersBroman
parent 5bb776bfe3
commit ac8ac25da1
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ merge-req:ubuntu-gcc-ctest:
- ninja
- ninja test-programs
- chown -R user .
- su user -c "ctest --parallel 3 --force-new-ctest-process --verbose"
- su user -c "ctest --parallel $(getconf _NPROCESSORS_ONLN) --force-new-ctest-process --verbose"
merge-req:ubuntu-clang-other-tests:
extends: clang-10