[Buildbot-commits] [buildbot/buildbot] 460b9e: Handle slave disconnections during build start bet...

GitHub noreply at github.com
Sun Jan 20 18:14:22 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 460b9efc4563c649facbf68ee71395233c118062
      https://github.com/buildbot/buildbot/commit/460b9efc4563c649facbf68ee71395233c118062
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py

  Log Message:
  -----------
  Handle slave disconnections during build start better

This:
 - checks for a slave disconnection at the last possible moment
 - handles exceptions from startBuild's deferred better
 - treats errors in startBuild as EXCEPTION, not FAILURE

Fixes #2427.


  Commit: b579091e9eb7018882f0274559a6f9cb24d90e20
      https://github.com/buildbot/buildbot/commit/b579091e9eb7018882f0274559a6f9cb24d90e20
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

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

  Log Message:
  -----------
  comment about maybeDeferred use; better log.err message


  Commit: e1a52107ac45f30f52be85d5d5a07536cf64d93e
      https://github.com/buildbot/buildbot/commit/e1a52107ac45f30f52be85d5d5a07536cf64d93e
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

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

  Log Message:
  -----------
  Reference relevant bug.


  Commit: 50dc501d4e6ff1eb0c8b53da4ff0c773b0ce12eb
      https://github.com/buildbot/buildbot/commit/50dc501d4e6ff1eb0c8b53da4ff0c773b0ce12eb
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M master/buildbot/process/build.py
    M master/buildbot/process/builder.py

  Log Message:
  -----------
  Merge pull request #612 from djmitche/bug2427

Handle slave disconnections during build start better.


Compare: https://github.com/buildbot/buildbot/compare/56e92596c0d8...50dc501d4e6f


More information about the Commits mailing list