invoke setsid for each job
This should cause each jenkins job to reside in its own session. Linux' automatic group scheduling should then cause jobs to be scheduled equally rather than processes. The expected result is that highly parallel jobs do not slow down single-cpu jobs.
bin/setsid.py
0 → 100755
Please register or sign in to comment