[Buildbot-devel] passing arguments to dependent scheduler
christian unger
christian_unger at mac.com
Mon Oct 30 14:28:33 UTC 2006
Hi,
I set up some dependent schedulers which would grab away the
buildresults of the upstream.
Now I want to avoid a race condition, as the upstream schedulers
perform cleaning processes as their initial steps.
So I tought about building in workdir like this:
WithProperties("/tmp/upstreambuild%(buildnumber)s")
So every build would increment the build root.
Now how could I pass this buildnumber of the upstream to the
dependent scheduler such that I can adjust the dependent's workdir
to the upstreams latest workdir?
cu
christian unger
More information about the devel
mailing list