Skip to content
Snippets Groups Projects
Commit 0eed2bc8 authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

limiting number of logical cores in LCG CI

parent 429cd0a2
No related branches found
No related tags found
2 merge requests!52limiting number of logical cores in LCG CI,!50enabling installation of CMSSW 13 for Run 3 analysis
Checking pipeline status
......@@ -11,8 +11,8 @@ LCG:
- export NPROC=8
- ./install.sh
- source tools/setup.sh
- ctest --test-dir build/Darwin --output-junit Testing/Temporary/test_report.xml -j$(nproc)
- ctest --test-dir build/Core --output-junit Testing/Temporary/test_report.xml -j$(nproc)
- ctest --test-dir build/Darwin --output-junit Testing/Temporary/test_report.xml -j$NPROC
- ctest --test-dir build/Core --output-junit Testing/Temporary/test_report.xml -j$NPROC
- echo yes | ./uninstall.sh
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment