This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Update testsuite parallelism settings for Linaro AArch64 builders.
ClosedPublic

Authored by maxim-kuvyrkov on Feb 22 2018, 12:29 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Correct patch. First upload had unrelated changes.

kristof.beyls added inline comments.Feb 22 2018, 12:33 AM
buildbot/osuosl/master/config/builders.py
1453

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?

maxim-kuvyrkov added inline comments.Feb 22 2018, 1:11 AM
buildbot/osuosl/master/config/builders.py
1453

Yes, that's intentional. We already handle those kinds of loads.

kristof.beyls accepted this revision.Feb 22 2018, 6:19 AM
kristof.beyls added inline comments.
buildbot/osuosl/master/config/builders.py
1453

allright - LGTM then.

This revision is now accepted and ready to land.Feb 22 2018, 6:19 AM
This revision was automatically updated to reflect the committed changes.