[Buildbot-devel] Dependent scheduler not firing
Matisse Enzer
menzer at apple.com
Fri May 23 19:50:56 UTC 2008
I have in master.cfg:
scheduler_myproject_plus_shared_code = Scheduler(name="myproject-plus-
shared-code",
branch=None,
treeStableTimer=two_minutes,
builderNames=["MyProject-Plus-Shared-Code"])
scheduler_complete_build = scheduler.Dependent("complete-build",
scheduler_myproject_plus_shared_code, #
upstream scheduler
["Complete-Build-Of-Application"])
c['schedulers'] = [scheduler_myteam_myproject,
scheduler_complete_build]
when the scheduler_myproject_plus_shared_code runs a build that
succeeds, using the builder "MyProject-Plus-Shared-Code" I expect that
scheduler_complete_build will run a build using the builder "Complete-
Build-Of-Application"
But this doesn't seem to be happening. No errors, just no build.
Any ideas what's happening?
I saw a mention of this in the list archives, at:
http://tinyurl.com/3gsbak
but that problem seemed to be caused by the upstream builder having
been forced, which is not the case for me.
-Matisse
More information about the devel
mailing list