We have moved production bots from 8-core to 64-core hardware, so update
testsuite parallelism settings accordingly. The 8-core machines are still
online and connected to silent buildmaster.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1453 ↗ | (On Diff #135368) | I think you don't want to remove the LLVM_PARALLEL_LINK_JOBS limit? Are you sure you have enough memory in the machine for 64 parallel links to work just fine? |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1453 ↗ | (On Diff #135368) | Yes, that's intentional. We already handle those kinds of loads. |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1453 ↗ | (On Diff #135368) | allright - LGTM then. |