[Buildbot-commits] [Buildbot] #2752: factory workdir is not renderable
Buildbot trac
trac at buildbot.net
Mon Apr 7 17:38:26 UTC 2014
#2752: factory workdir is not renderable
-------------------+-----------------------
Reporter: jmr2 | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.8 | Keywords:
-------------------+-----------------------
If I set a property in a builder definition:
{{{
properties = {
'blddir': '/path/to/somewhere' },
}}}
and do this in the buildFactory definition:
{{{
f = BuildFactory()
f.workdir = Interpolate('%(prop:blddir)s')
}}}
It seems to be completely ignored.
buildbot checkconfig thinks the syntax is valid, but the resulting workdir
is the default calculated from the slave's basedir.
--
Ticket URL: <http://trac.buildbot.net/ticket/2752>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list