3

Can you use "multiprocessing" module of python with buildbot to do parallel build? I have been trying to integrate this python module with my buildstep. However, the steps do not execute at all. Is there a solution to this problem?

277roshan
  • 354
  • 1
  • 3
  • 13
  • You may want to use multiple builds (in the buildbot sense) rather than multiple processes within a single build step. – Amber Jun 17 '15 at 00:51
  • So I should rather look for buildbot solution using maybe triggerable? – 277roshan Jun 17 '15 at 00:53
  • 2
    Yeah, triggerable can work to create parallel builds. Alternately you can have your changes directly start multiple separate builders that each build + test, if your entire build+test chain is entirely parallel (no shared dependencies between builds etc). – Amber Jun 17 '15 at 01:06

0 Answers0