Skip to content
Snippets Groups Projects

limiting number of logical cores in LCG CI

Merged Patrick Louis S Connor requested to merge bugfix/CI into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -11,8 +11,8 @@ LCG:
@@ -11,8 +11,8 @@ LCG:
- export NPROC=8
- export NPROC=8
- ./install.sh
- ./install.sh
- source tools/setup.sh
- source tools/setup.sh
- ctest --test-dir build/Darwin --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)
- ctest --test-dir build/Core --output-junit Testing/Temporary/test_report.xml -j$NPROC
- echo yes | ./uninstall.sh
- echo yes | ./uninstall.sh
artifacts:
artifacts:
when: always
when: always
Loading