Re: How to spread task between few nodes?

2012-07-25 Thread Sami Tikka
Sounds to me it would be simplest to configure your nodes to have 1 executor. -- Sami lunatic kirjoitti 24.7.2012 kello 16.54: > Hello all, > > My task is the following: I have X different scripts. I need to run them on > different servers simultaneously: > - each script should be executed o

Re: How to spread task between few nodes?

2012-07-24 Thread lunatic
On Tuesday, July 24, 2012 5:11:31 PM UTC+3, Mandeville, Rob wrote: > > To be approximately simultaneous, have one master job launch X subjobs, > each one running a script. > It's inconvenient to have 50+ jobs in this case :( I'd be happy if it is done within one job.

RE: How to spread task between few nodes?

2012-07-24 Thread Mandeville, Rob
or at least serial dependencies, not simultaneous dependencies. --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of lunatic Sent: Tuesday, July 24, 2012 9:54 AM To: jenkinsci-users@googlegroups.com Subject: How to spread task between few nodes

How to spread task between few nodes?

2012-07-24 Thread lunatic
Hello all, My task is the following: I have X different scripts. I need to run them on different servers simultaneously: - each script should be executed only once; - it doesn't matter on which node it executed; - each node should handle not more than one script simultaneously. [*] My current ta