[devel at bb.net] Is it possible to support parallel steps from a single build?

Clément Hurlin clement.hurlin at provenrun.com
Fri Aug 16 07:48:46 UTC 2019


Hi Yixing,

  I believe it is not possible to parallelize steps within a single
builder. However, if you're OK to have multiple builders; you could move
each parallelizable step to another builder and trigger
<http://docs.buildbot.net/latest/manual/configuration/buildsteps.html#triggering-schedulers>
all these spinoff builders from the main builder.

Best,

Clément


> Hi there,
>
> We are using buildbot for CI tests. In our build we have 20 steps but most of them could be fully parallelized. We wonder if we can allow parallel steps from the single build, this will allow us to run the entire build much faster.
>
> Thanks,
> Yixing
> _______________________________________________
> devel mailing list
> devel at buildbot.net
> https://lists.buildbot.net/mailman/listinfo/devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/devel/attachments/20190816/d71c9115/attachment.html>


More information about the devel mailing list