Re: Distributed Tasks

2020-07-28 Thread JonathanRRogers
You can use Jenkins to run tests written in a large variety of languages with a large variety of test runners, so there's no way to answer your question without more details about your tests and how you run them. I run tests written in Python using a custom system that runs pytest concurrently

Distributed Tasks

2020-07-27 Thread Sindhuja Banyala
I have set of test cases to be run. I will give these to a job which is configured to run on group of nodes(grouped using same label name). I want this particular job to split my test cases and assign to all the free nodes available in this group. I tried elastic-axis plugin to achieve this dist