Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-04 | explain setsid is not related to in which its used and add pointer to 24deda5a8 | Holger Levsen | 1 | -0/+1 | |
2014-10-03 | invoke setsid for each job | Helmut Grohne | 1 | -1/+1 | |
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. | |||||
2014-04-29 | common-function: use recognisable temp names | Holger Levsen | 1 | -1/+1 | |
2014-04-27 | be more verbose | Holger Levsen | 1 | -2/+2 | |
2014-04-27 | be more verbose | Holger Levsen | 1 | -2/+2 | |
2014-04-27 | common-functions: don't exit with 0 | Holger Levsen | 1 | -1/+1 | |
2014-04-26 | use common functions. runs all scripts as copies from /tmp, so the source ↵ | Holger Levsen | 1 | -0/+61 | |
scripts can be updated while running. |