diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-27 17:57:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-27 17:57:39 +0200 |
commit | 58bb8a0f8709eb39e260e78879e511205d434113 (patch) | |
tree | 246c3a9e6892ba00c1de17e454e4bc6e9b51c0eb | |
parent | f2cc5150abdd03da1d25b282cb01752d335e6793 (diff) | |
download | jenkins.debian.net-58bb8a0f8709eb39e260e78879e511205d434113.tar.xz |
limit to three g-i jobs maximum
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 19669c27..28b44431 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -52,8 +52,8 @@ - priority: job-prio: '140' - throttle: - max-total: 4 - max-per-node: 4 + max-total: 3 + max-per-node: 3 enabled: true option: category categories: |