Ticket #537 (new enhancement)
pause buildslaves
| Reported by: | ipv6guru | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.+ |
| Version: | 0.7.10 | Keywords: | |
| Cc: |
Description
t would be nice to be able to free up a buildslave for other users (or just stop using it for a little while) without having to kill off the current build or wait for it to finish before shutting it down.
I'm thinking that a 'buildbot pause-slave SLAVENAME' (and corresponding unpause-slave command) would be useful. It would set a flag on the master's buildslave record that marks it as unavailable for new builds. Any current build would complete, but no new ones would be started until the flag was cleared (or the buildslave reconnects). Submitted: Brian Warner ( warner ) - 2005-08-04 08:57
Change History
comment:4 Changed 10 months ago by tom.prince
I started working on this at: https://github.com/tomprince/buildbot/tree/pause
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Moved from sourceforge