[Buildbot-devel] "join" step?

Francesco Di Mizio francescodimizio at gmail.com
Thu Jan 29 10:32:15 UTC 2015


Had to design something very similar. I ended up using a Dependant
scheduler which worked as expected.

On Thu, Jan 29, 2015 at 8:47 AM, Vitali Lovich <vlovich at gmail.com> wrote:

>
> > 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
>
>
>
> ------------------------------------------------------------------------------
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20150129/2e6e7a33/attachment.html>


More information about the devel mailing list