[Buildbot-commits] [buildbot/buildbot] b08cb7: Don't defer stopping OpenStack slave to a thread

GitHub noreply at github.com
Tue Apr 30 01:27:06 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: b08cb73804564cf13e905905128333a932120717
      https://github.com/buildbot/buildbot/commit/b08cb73804564cf13e905905128333a932120717
  Author: Sean Kelly <code at katron.org>
  Date:   2013-04-25 (Thu, 25 Apr 2013)

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

  Log Message:
  -----------
  Don't defer stopping OpenStack slave to a thread

The thread didn't do anything but poll whether the instance was deleted
or not. That's not very useful, so drop the polling and simply delete
the instance.


  Commit: 63e6d17b39ef23a5996e6907d36c46b329083f10
      https://github.com/buildbot/buildbot/commit/63e6d17b39ef23a5996e6907d36c46b329083f10
  Author: Sean Kelly <code at katron.org>
  Date:   2013-04-25 (Thu, 25 Apr 2013)

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

  Log Message:
  -----------
  Don't reference self.instance in _start_instance

Don't reference self.instance, since it could be set to None by
stop_instance. This does not happen yet, but could in the future.


  Commit: 7268940c7b51cbebff8b425a01f8b47a3ebb95e9
      https://github.com/buildbot/buildbot/commit/7268940c7b51cbebff8b425a01f8b47a3ebb95e9
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-04-29 (Mon, 29 Apr 2013)

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

  Log Message:
  -----------
  Merge branch 'openstack-cleanup' of git://github.com/seankelly/buildbot


Compare: https://github.com/buildbot/buildbot/compare/4095a96eb065...7268940c7b51


More information about the Commits mailing list