I am trying to find out if I can execute certain buildsteps on another machine than the build client in the same build. For instance, one path of the build process includes that the final zip should just be packaged if 2 other machines did run successfully a unit test. Can someone point me to a link or explain how that could be possible with buildbot?
(client3) ↗ unittest ↘
(client2) ↗ other tests ↘
(client1) → git sync → compile → sign executables → zip → publish