[Buildbot-devel] Dependent scheduler not firing

Axel Hecht l10n.moz at googlemail.com
Fri May 23 21:50:17 UTC 2008


I don't see scheduler_myproject_plus_shared_code in the list of
schedulers in the first place. Is that some mishap introduced in the
obfuscation step?

It's probably hard to find typo-like errors after obfuscation, though
they might very well be the culprit.

Axel

2008/5/23 Matisse Enzer <menzer at apple.com>:
> 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
>
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>




More information about the devel mailing list