This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Add LLVM lab buildslaves for Windows/Ubuntu builders.
ClosedPublic

Authored by vvereschaka on Apr 12 2019, 2:30 PM.

Details

Summary

The initial buildslave configurations for a new hardware in LLVM lab.

Requested for the staged buildebot http://lab.llvm.org:8014

Diff Detail

Repository
rL LLVM

Event Timeline

vvereschaka created this revision.Apr 12 2019, 2:30 PM
vvereschaka edited the summary of this revision. (Show Details)Apr 12 2019, 2:33 PM
gkistanova requested changes to this revision.Apr 13 2019, 8:07 PM

Thanks for adding new builders, Vlad!

buildbot/osuosl/master/config/builders.py
1050 ↗(On Diff #194971)

What build time do you expect for this builder?
If something around 5 minutes per build, it might make sense to build each commit to get more selective and accurate blame list. To do so simply add 'mergeRequests': False, here.

buildbot/osuosl/master/config/slaves.py
265

These 3 slaves are not in use yet, right?
Could you add them along with the builders to work on each, please?

This revision now requires changes to proceed.Apr 13 2019, 8:07 PM
vvereschaka marked 2 inline comments as done.Apr 15 2019, 10:56 AM
vvereschaka added inline comments.
buildbot/osuosl/master/config/builders.py
1050 ↗(On Diff #194971)

Currently this builder takes around 6-7 minutes including the regression tests.

buildbot/osuosl/master/config/slaves.py
265

Yes, this is correct. I'll do it.

Removed currently unused buildslaves from a list of registered buildslaves.

This revision is now accepted and ready to land.Apr 15 2019, 3:09 PM
This revision was automatically updated to reflect the committed changes.