You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
When updating the Buildbot configuration, we need to wait for Buildbot to not be executing any jobs before we can safely restart it.
See discussion in #300.
Apparently there is a way to just reload the Buildbot configuration instead of restarting it via
SIGHUPorbuildbot reconfig, but it's fragile, so I'd prefer not to do that: http://docs.buildbot.net/current/manual/cfg-intro.html?highlight=reconfig#reloading-the-config-file-reconfigJust to be clear, this is all for the Buildbot master config + service, not the builder machines, yes?