[Buildbot-commits] [buildbot/buildbot] 76c5b0: load the master.cfg from a thread

GitHub noreply at github.com
Sat Feb 21 09:00:54 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 76c5b0ce6f64f7eeda5e590e1155fabece68812d
      https://github.com/buildbot/buildbot/commit/76c5b0ce6f64f7eeda5e590e1155fabece68812d
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2015-02-17 (Tue, 17 Feb 2015)

  Changed paths:
    M master/buildbot/master.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  load the master.cfg from a thread

For big configs, parsing the master config can be pretty long, especially if network access is being done.

* Get the lists of slaves on external website, e.g with http://racktables.org/
* get config from external db, e.g from etcd https://coreos.com/using-coreos/etcd/
* next PR will be about storing json data for master.cfg usage in the state table from db: http://docs.buildbot.net/latest/developer/database.html#module-buildbot.db.state

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 0cf56d0cadc199e308b653d24c707f0545cdfb7d
      https://github.com/buildbot/buildbot/commit/0cf56d0cadc199e308b653d24c707f0545cdfb7d
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M master/buildbot/master.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge pull request #1547 from tardyp/onThreadReload

load the master.cfg from a thread


Compare: https://github.com/buildbot/buildbot/compare/47b9afc3008d...0cf56d0cadc1


More information about the Commits mailing list