[Buildbot-commits] [buildbot/buildbot] e94483: Add slave-initiated graceful shutdown.

noreply at github.com noreply at github.com
Wed Dec 15 01:50:23 UTC 2010


Branch: refs/heads/master
Home:   https://github.com/buildbot/buildbot

Commit: e94483f9fc5b848b655b2d267072b4c011ddd647
    https://github.com/buildbot/buildbot/commit/e94483f9fc5b848b655b2d267072b4c011ddd647
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-12-14 (Tue, 14 Dec 2010)

Changed paths:
  M master/buildbot/buildslave.py
  M master/docs/installation.texinfo
  M slave/buildslave/bot.py
  M slave/buildslave/test/unit/test_bot_BuildSlave.py

Log Message:
-----------
Add slave-initiated graceful shutdown.

Requires both master and slave to be updated.

allow_shutdown can be passed to the BuildSlave constructor in
buildbot.tac.  Setting allow_shutdown to 'file' will cause the buildslave
to watch 'shutdown.stamp' for updates to its mtime.  Setting
allow_shutdown to 'signal' will set up a SIGHUP handler to start a
graceful shutdown.


Commit: 83ed45e3ee57030a8ba0895a1720cef737dbdd91
    https://github.com/buildbot/buildbot/commit/83ed45e3ee57030a8ba0895a1720cef737dbdd91
Author: Amber Yust <ayust at yelp.com>
Date:   2010-12-14 (Tue, 14 Dec 2010)

Changed paths:
  M master/buildbot/buildslave.py
  M master/docs/installation.texinfo
  M slave/buildslave/bot.py
  M slave/buildslave/test/unit/test_bot_BuildSlave.py

Log Message:
-----------
Merge branch 'slave_shutdown' of git://github.com/catlee/buildbot






More information about the Commits mailing list