<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Yixing,</p>
    <p>  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 <a
        moz-do-not-send="true"
href="http://docs.buildbot.net/latest/manual/configuration/buildsteps.html#triggering-schedulers">trigger</a>
      all these spinoff builders from the main builder.</p>
    <p>Best,<br>
    </p>
    <p>Clément<br>
    </p>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite"
      cite="mid:BEEBC3EE-79AA-4AA2-91A6-0E967152B546@gmail.com">
      <pre class="moz-quote-pre" wrap="">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
<a class="moz-txt-link-abbreviated" href="mailto:devel@buildbot.net">devel@buildbot.net</a>
<a class="moz-txt-link-freetext" href="https://lists.buildbot.net/mailman/listinfo/devel">https://lists.buildbot.net/mailman/listinfo/devel</a>
</pre>
    </blockquote>
  </body>
</html>