[Buildbot-commits] [buildbot/buildbot] e7e9d8: Fix automatic build restarting after slave lost

noreply at github.com noreply at github.com
Tue Dec 28 15:21:15 UTC 2010


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

Commit: e7e9d8390fd1e0a2332aef19cba469026a5b3df6
    https://github.com/buildbot/buildbot/commit/e7e9d8390fd1e0a2332aef19cba469026a5b3df6
Author: Dmitry Nezhevenko <dion at dion.org.ua>
Date:   2010-12-28 (Tue, 28 Dec 2010)

Changed paths:
  M master/buildbot/process/buildstep.py

Log Message:
-----------
Fix automatic build restarting after slave lost

Commit 90bd97580362af8bf7b2 breaks restarting of builds due to slave
disconnect. In v0.8.2 buildbot was able to requeue build just after such
failure, while v0.8.3 just marks build as "exception". This restores
original behaviour


Commit: ae21aa6025b3bfd2213ecd937131388e6fa740ff
    https://github.com/buildbot/buildbot/commit/ae21aa6025b3bfd2213ecd937131388e6fa740ff
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date:   2010-12-28 (Tue, 28 Dec 2010)

Changed paths:
  M master/buildbot/process/buildstep.py

Log Message:
-----------
Merge branch 'lostslave-fixes' of git://github.com/dionorgua/buildbot

* 'lostslave-fixes' of git://github.com/dionorgua/buildbot:
  Fix automatic build restarting after slave lost






More information about the Commits mailing list