[Buildbot] #2974: reconfig forget to update my builder

Buildbot trac trac at buildbot.net
Sun Oct 26 15:56:33 UTC 2014


#2974: reconfig forget to update my builder
-------------------+-----------------------
Reporter:  Ben     |      Owner:
    Type:  defect  |     Status:  new
Priority:  minor   |  Milestone:  undecided
 Version:  master  |   Keywords:  config
-------------------+-----------------------
 Trying to find an easy test case for #2951, I was playing with this
 configuration:

 {{{
 c['builders'].append(util.BuilderConfig(name="bug2951", slavename
 ="example-slave",
 factory=util.BuildFactory([steps.ShellCommand(command=['echo',
 'a'])])))#,steps.ShellCommand(command=['echo', 'b'])])))
 c['schedulers'].append(schedulers.ForceScheduler(name="bug2951",
 builderNames=['bug2951']))
 }}}

 When commenting out (or adding) the second 'echo' step, and then running a
 `reconfig`, the modification are not taken into account ...

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


More information about the bugs mailing list