This is an archive of the discontinued LLVM Phabricator instance.

[AIX][PowerPC] Reduce number of parallel link jobs for AIX crosstargetting buildbot
ClosedPublic

Authored by ZarkoCA on Jun 24 2021, 3:31 PM.

Details

Summary

Reduce the parallel link jobs so that we reduce machine hangs and timeouts.

Diff Detail

Event Timeline

ZarkoCA created this revision.Jun 24 2021, 3:31 PM
ZarkoCA requested review of this revision.Jun 24 2021, 3:31 PM
buildbot/osuosl/master/config/builders.py
682

I think this is too aggressive (will cause builds to take long). We can probably pull off 3 to 6 parallel link jobs.

ZarkoCA updated this revision to Diff 354574.Jun 25 2021, 12:10 PM
ZarkoCA edited the summary of this revision. (Show Details)

Increase from link jobs from 1 to 6.

ZarkoCA marked an inline comment as done.Jun 25 2021, 12:10 PM
This revision is now accepted and ready to land.Jun 25 2021, 4:54 PM

@gkistanova can you restart the staging master buildbot when you have a chance in order to pick up these changes? Thanks.