On 9 July 2012 13:38, Kamal Ahmed <kamal2222ah...@yahoo.com> wrote: > Hi > > I have 18000 SOAtest Functional tests running on a single instance of > Jenkins and takes more than 5 hours to complete, is there a way to > distribute them on multiple slaves, but trigger from a single instance of > test since its ONE ant task and one build.xml > Any ideas would be appreciated
Can you divide your tests into groups that you could execute as different jobs? If so, then do that and run each group on a slave. One job could trigger the execution of many other jobs as it sole purpose. Each job could then be executed on different slaves and if any job fails, the entire build should fail. The basic question is, can you divide all your jobs into logical groups? You probably can, but it may not be easy. HTH Thomas -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback