[Buildbot-devel] scheduler.Dependent HOWTO

Stefan Seefeld seefeld at sympatico.ca
Fri Jan 20 23:22:00 UTC 2006


Hello,

I'm trying to set up a number of builders / slaves that cover a number of
platforms / configurations for the same code base. The last step of each
build is a test run, generating a set of results.

I then want to process all these results into a test report. From a look
into the scheduler.py module it appears as if the Dependent scheduler could
do the job, i.e. be used to watch for all the upstream builders to finish,
and then run whatever is needed to compile the report.
Am I guessing right ? How do I use that class ? In particular, how do I
construct it ? (What does the 'upstream' parameter refer to ?)

Thanks,
		Stefan




More information about the devel mailing list