[Twisted-Python] Buildmaster is down

Glyph glyph at twistedmatrix.com
Sat Mar 17 22:56:45 MDT 2018



> On Mar 17, 2018, at 11:16 AM, Adi Roiban <adi at roiban.ro> wrote:
> 
> Hi,
> 
> Today, I tried to reconfigure the Buildbot master from braid/master
> and it failed.
> 
> It looks like it is missing the configuration for some slaves.
> I have checked the private files, and it looks like newer slaves are missing.
> 
> I guess that the changes were made outside braid or of the
> twisted-infra-secret repo and were overwritten when I have applied the
> braid changes.
> 
> I don't know from where to get the latest list of slaves.
> 
> I hope that someone can help:)

It's up and running again.

I don't believe the issue was changes made outside Braid; based on the failure mode it looks to me like you had an out-of-date or edited twisted-infra-secret repo.  Please be sure to git fetch (git reset --hard origin/master ; git secret reveal) before doing anything in prod.

I just fixed it by ensuring everything was up to date, and then doing `fab config.production buildbot.update` locally.

-g



More information about the Twisted-Python mailing list