Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-25 | add a FIXME comment to use the package once its available | Holger Levsen | 1 | -1/+2 | |
2014-10-03 | invoke setsid for each job | Helmut Grohne | 1 | -0/+16 | |
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. |