diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 18:02:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 18:02:26 +0200 |
commit | 8343ab88e42f0f6ed635df86c59690749493acd2 (patch) | |
tree | eb294786e80f296e6250b3935fc89276ab0f6494 | |
parent | 16cf8951034316d4241eb5a22dc2de93ec662a86 (diff) | |
download | jenkins.debian.net-8343ab88e42f0f6ed635df86c59690749493acd2.tar.xz |
rebootstrap: raise global job limit
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 17a58721..bb3317a1 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -60,7 +60,7 @@ print(""" - priority: job-prio: '150' - throttle: - max-total: 4 + max-total: 8 max-per-node: 4 enabled: true option: category |