[Buildbot] #3209: Improve buildslave reconfiguration

Buildbot trac trac at buildbot.net
Sun Feb 22 21:42:20 UTC 2015


#3209: Improve buildslave reconfiguration
------------------------+--------------------
Reporter:  dustin       |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  0.9.+
 Version:  master       |   Keywords:  simple
------------------------+--------------------
 As of https://github.com/buildbot/buildbot/pull/1544, when a master is
 reconfigured it un-configures *all* of its buildslaves, then reconfigures
 the new set.  This means extra un- and re-configuration of buildslaves
 where nothing has changed, so it's quite a bit of extra noise.

 The fix for this is to calculate exactly what has changed, and only un-
 configure and configure the removed and added buildslaves, respectively.

--
Ticket URL: <http://trac.buildbot.net/ticket/3209>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list