[Buildbot-commits] [Buildbot] #2513: Builder priority sometimes not getting set properly during a reconfigure
Buildbot trac
trac at buildbot.net
Sat Jun 22 21:41:10 UTC 2013
#2513: Builder priority sometimes not getting set properly during a reconfigure
--------------------+--------------------
Reporter: RockHed | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.7p1 | Resolution:
Keywords: |
--------------------+--------------------
Comment (by RockHed):
2013-06-14 19:58:51-0700 [-] <Builder ''testbuilder'' at 4497839384>
Builder instance has no attribute 'properties'
2013-06-14 19:58:51-0700 [-] Builder priorities: ["<Builder
''testbuilder'' at 4497839384> priority 2"]
The priority 2 is the default one set when the properties priority is not
found. However, this only happens randomly, the way the builder is added
looks correct:
c["builders"].append(BuilderConfig(
name="testbuilder",
slavenames="testslave",
builddir="testbuilderdir1"
factory=TestFactory,
properties={"priority": 1},
))
--
Ticket URL: <http://trac.buildbot.net/ticket/2513#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list