开发者

Spreading a single build over multiple slaves

开发者 https://www.devze.com 2023-01-17 02:30 出处:网络
I want to write an ant script that is distributed over multiple slave开发者_开发百科s. I don\'t understand exactly how the hudson system works, but it seems to simply run the whole of one type of buil

I want to write an ant script that is distributed over multiple slave开发者_开发百科s. I don't understand exactly how the hudson system works, but it seems to simply run the whole of one type of build on a single slave. I would like multiple slaves to run in parallel to do my testing. How can I accomplish this?


You split your testing job into several jobs. 1 job per slave. Your build will then trigger all testing jobs at the same time. If you need to run an additional job, you can use the join trigger plugin.

The release notes for Hudson 1.377 list a new feature:

Queue/execution model is extended to allow jobs that consume multiple executors on different nodes

Don't know what that exactly means. But I will definitely have a look.

0

精彩评论

暂无评论...
验证码 换一张
取 消