Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-28 Thread Brett Cannon
Thanks, Zach! On Sun, 27 Nov 2016 at 22:05 Zachary Ware wrote: > On Mon, Nov 21, 2016 at 10:27 AM, Zachary Ware > wrote: > > We're a bit past due for an update [of the master], so I'm going to try > > to find time this weekend to both upgrade our master and try out > > GitHub integration. Chan

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-27 Thread Zachary Ware
On Mon, Nov 21, 2016 at 10:27 AM, Zachary Ware wrote: > We're a bit past due for an update [of the master], so I'm going to try > to find time this weekend to both upgrade our master and try out > GitHub integration. Changing the source for the builders will be > simple once the master is looking

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-21 Thread Zachary Ware
On Mon, Nov 21, 2016 at 10:35 AM, David Edelsohn wrote: > Note that GDB tried to upgrade to the latest builtbot and it was a > spectacular disaster. The new master is much more complicated and > computationally-expensive in an effort to provide a more beautiful UI. > Without a much more powerful

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-21 Thread David Edelsohn
On Mon, Nov 21, 2016 at 11:27 AM, Zachary Ware wrote: > On Fri, Nov 18, 2016 at 10:21 PM, R. David Murray > wrote: >> On Fri, 18 Nov 2016 23:52:34 +, "Gregory P. Smith" >> wrote: >>> I *believe* where and how the buildbots pull code from is controlled >>> entirely by the buildbot master/se

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-21 Thread Zachary Ware
On Fri, Nov 18, 2016 at 10:21 PM, R. David Murray wrote: > On Fri, 18 Nov 2016 23:52:34 +, "Gregory P. Smith" > wrote: >> I *believe* where and how the buildbots pull code from is controlled >> entirely by the buildbot master/server based on what I see my my own build >> slave's log. So swi

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-18 Thread R. David Murray
On Fri, 18 Nov 2016 23:52:34 +, "Gregory P. Smith" wrote: > I *believe* where and how the buildbots pull code from is controlled > entirely by the buildbot master/server based on what I see my my own build > slave's log. So switching is likely easy from that standpoint. Correct, the slave po

Re: [Python-buildbots] Preparing for the GitHub migration

2016-11-18 Thread Gregory P. Smith
I *believe* where and how the buildbots pull code from is controlled entirely by the buildbot master/server based on what I see my my own build slave's log. So switching is likely easy from that standpoint. One thing will be that people need to make sure their buildbots have git and any other too

[Python-buildbots] Preparing for the GitHub migration

2016-11-18 Thread Brett Cannon
As I begin to try and pin down final details for the GitHub migration in hopes of completing it by the end of December, I realized I needed to figure out how to migrate the buildbots. I assume there's two parts to this: (1) triggering the buildbots from GitHub, and (2) having the buildbots pull fro