Hi, I have a Maven project to run a suite of integration tests. I am currently using the failsafe-plugin and forking the build to run the tests in parallel, running 5 threads.
I would like to increase the thread count but am currently close to the physical memory limits of the machine. I could configure a set of jobs to split the tests up, but would prefer to avoid that to keep the configuration simple. Can I run the forked tests on a Jenkins slave? From the documentation it reads that it is only for distributing entire jobs. Thanks -- 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.
