[Buildbot-commits] [buildbot/buildbot] e13c43: LatentBuildSlave: restart the brd when the slave h...

GitHub noreply at github.com
Fri Jan 16 19:09:28 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: e13c43867f354da746fa4b4080e5cfba2fe34df4
      https://github.com/buildbot/buildbot/commit/e13c43867f354da746fa4b4080e5cfba2fe34df4
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py

  Log Message:
  -----------
  LatentBuildSlave: restart the brd when the slave has been insubstanciated

At the end of a build, there is a race between the brd, and the insubstanciation mechanism
the brd will see the slave locked, as the VM/container is being killed.
So we need to re run the brd after the slave VM is killed


  Commit: 590bc8b48261d305319f71beb3178b0e5a49a313
      https://github.com/buildbot/buildbot/commit/590bc8b48261d305319f71beb3178b0e5a49a313
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M master/buildbot/buildslave/docker.py
    M master/docs/manual/cfg-buildslaves-docker.rst

  Log Message:
  -----------
  docker: add followStartupLogs


  Commit: 933aec2a62591aa7eecc41f7ff6c340839be38f1
      https://github.com/buildbot/buildbot/commit/933aec2a62591aa7eecc41f7ff6c340839be38f1
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M master/buildbot/buildslave/base.py
    M master/buildbot/buildslave/docker.py
    M master/docs/manual/cfg-buildslaves-docker.rst

  Log Message:
  -----------
  Merge pull request #1481 from tardyp/docker

LatentDocker fix and improvements


Compare: https://github.com/buildbot/buildbot/compare/d78d4fc0877a...933aec2a6259


More information about the Commits mailing list