[Buildbot-devel] "join" step?

Vitali Lovich vlovich at gmail.com
Thu Jan 29 07:47:05 UTC 2015


> On Jan 28, 2015, at 11:43 PM, Mikhail Sobolev <mss at mawhrin.net> wrote:
> 
> Hi Vitali,
> 
> On Wed, Jan 28, 2015 at 07:43:37PM -0800, Vitali Lovich wrote:
>> I was hoping to be able to trigger a bunch of schedulers & have them run jobs in parallel.
>> Then I was hoping to wait for them all to complete & then do something with the result if they succeed.
>> 
>> I was wondering if there was any kind of “join” step or if anyone has any thoughts on how difficult it would be to accomplish?
>> 
>> The other approach is to use dependent schedulers which may work too (I just thought triggered schedulers are more elegant).
> One more approach is to use Trigger build step with waitForFinish=True
I know, but that removes the ability for the triggers to run in parallel, so I’m stuck waiting for O(a + b + c…) instead of O(max(a, b, c,…))

> -- 
> Misha
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> 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