[Buildbot] #3637: Buildbot config should check force scheduler names are different

Buildbot trac trac at buildbot.net
Sun Oct 30 18:32:22 UTC 2016


#3637: Buildbot config should check force scheduler names are different
---------------------+--------------------
Reporter:  kayhayen  |       Owner:
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:  0.9.+
 Version:  master    |  Resolution:
Keywords:            |
---------------------+--------------------

Comment (by kayhayen):

 Yes, the real mistake is adding a scheduler to the list of builders. That
 is wrong. My assumption that same name was used, and that would be the
 reason was wrong. My mistake clearly.

 So, why does Buildbot need me to tell it, that a scheduler is really one,
 a builder is really one, etc? Do they have a base class to check for? Then
 they ought to be checked, I would say. At least for the expected interface
 to be present.

 From a distance, Buildbot has a lot of objects to be added, all of which
 are only connected via "name", "project" attribute strings. It's just one
 set, and I would probably like c.add(scheduler) and c.add(builder) and
 c.add(change_source), etc. just as much.

 Yours,
 Kay

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


More information about the bugs mailing list