jose_pjoseph
7 years agoContributor
Execute tests in a single project on 2 slaves
I have a project with 100 tests. I have a master project which runs all the tests in this project on a remote VM.
ProjectSuite
+ Project01
+ Master
+ NetworkSuite
+ Job01
+ Task01 - Project01 (100 tests - 1-100) - VM01
I would like to add another task to Job01 to run half the tests in another VM.
+ Master
+ NetworkSuite
+ Job01
+ Task01 - Project01 (50 tests - 1-50) - VM01
+ Task02 - Project01 (50 tests - 51-100) - VM02
What will be the best way to achieve this?