[Buildbot-commits] [Buildbot] #2237: Schedulers should have names and reconfigService methods

Buildbot trac trac at buildbot.net
Sat Mar 16 16:36:32 UTC 2013


#2237: Schedulers should have names and reconfigService methods
-----------------------------+-----------------------
Reporter:  dustin            |       Owner:
    Type:  enhancement       |      Status:  reopened
Priority:  major             |   Milestone:  0.9.0
 Version:  0.8.5             |  Resolution:
Keywords:  reconfig, sprint  |
-----------------------------+-----------------------
Changes (by dustin):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 You're right, that only half-fixed the problem:
 {{{
 +        # find any schedulers that don't know how to reconfig, and, if
 they
 +        # have changed, add them to both removed and added, so that we
 +        # run the new version.  While we're at it, find any schedulers
 whose
 +        # fully qualified class name has changed, and consider those a
 removal
 +        # and re-add as well.
 }}}

 So, schedulers with a `reconfigService` method won't get removed and re-
 added, but so far none of the schedulers have such a method.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2237#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list