Re: Buildbot slaves, please!
Stephen Leake <[email protected]>
| Newsgroups | gmane.comp.version-control.monotone.devel |
|---|---|
| Message-ID | <[email protected]> |
Stephen Leake <[email protected]> writes: > Running a buildbot on Windows essentially requires a dedicated machine; > two if I also run a Cygwin buildbot. Running both buildbots on one > machine led to timeouts on the master, because they compete for the disk > and are therefor slow. I don't have any Windows boxes to spare. I think this requires the master to stagger the requests to the single Windows box running the buildbots. Or some way for one buildbot to support both MinGW and Cygwin. > That could be alleviated by only running builds during certain hours. Do > we really need a complete rebuild of every single commit, 24/7? Actually, I can do this manually. The real requirement is that the buildbot not be running when I'm using the machine; it has 'suspend/resume' commands for that. -- -- Stephe