Re: Jenkins CI -- multi-node (multi-slave) single test?

2014-07-27 Thread Mark Waite
I've found the elastic axis plugin very helpful to allow me to define multi-configuration jobs which use all available nodes that satisfy a particular label definition. The implied labels plugin has also been very helpful to keep the job definitions simpler by allowing a label to be inferred from

Jenkins CI -- multi-node (multi-slave) single test?

2014-07-27 Thread Adam Seering
Hi all, I'm trying to write tests that use network and cluster software. There are lots of tests that I can perform on a single physical slave (loopback interface and all), but a serious end-to-end test really needs multiple physical machines. Is there any way in Jenkins to define a si