There is one master “slave” node, but you can set the number of executors on it like any other.
I set up one slave node for each SUT, each node with one executor, and have that node run the tests. Anything that is done to the SUT must be done through the node, so Jenkins naturally prevents multiple jobs from interacting with the SUT simultaneously. These nodes are on dedicated Jenkins machines, not the SUTs themselves (this way, you don’t need to install test software on the SUT), but they each have environment variables (such as the DNS name of the SUT) set so that the tests know which SUT to run against. Actual builds and unit tests (which don’t need an SUT) are run on a different set of nodes. --Rob From: [email protected] [mailto:[email protected]] On Behalf Of sandeep s Sent: Wednesday, November 12, 2014 7:55 AM To: [email protected] Subject: Master Slave - Jenkins HI All, Currently for our Build , automation test execution , we use Jenkins. The current architecture doesn't scales well with respect to distributing test suites equally to the nodes and SUT's. So to get started with new architecture the first question is: 1. Can we have multiple masters in Single Instance of Jenkins? Scenario we are thinking off is : 1 Master Jenkins , 'n" slave BSD machines for test executions and 'n" SUT;s to the Master Jenkins . Similarly we can have multiple masters and same infrastructure for multiple release executions. IF the above question is doable , then i will have set of preceding questions will add up. Thanks and Looking for a positive feedback Sandeep -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. Click here<https://www.mailcontrol.com/sr/G9Cd25!tqWLGX2PQPOmvUmkxeMeR4!Fm8ic!LfLuQHNmKcTtnGPHwAcHAjuCZGDyDZBLv8O0BTQNCU1!U1Tbvw==> to report this email as spam. ________________________________ This e-mail and the information, including any attachments it contains, are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message. Thank you. Please consider the environment before printing this email. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
