diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-07-17 23:43:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-07-17 23:43:21 +0200 |
commit | 07b1e076d38b85f95ff00e41af1d7c818f523cfb (patch) | |
tree | 7afade91da69d164fa65a98366672052f10ebff7 /job-cfg | |
parent | 889b819c5f8091faadae72b8cdcbca265771a0f5 (diff) | |
download | jenkins.debian.net-07b1e076d38b85f95ff00e41af1d7c818f523cfb.tar.xz |
really throttle all of that category to make it effective
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 14 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 63313b49..e6abe985 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -73,6 +73,13 @@ icon: /userContent/images/profitbricks-24x24.png - priority: job-prio: '101' + - throttle: + max-total: 4 + max-per-node: 4 + enabled: True + option: category + categories: + - chroot-installation - defaults: name: chroot-housekeeping @@ -111,6 +118,13 @@ icon: /userContent/images/profitbricks-24x24.png - priority: job-prio: '105' + - throttle: + max-total: 4 + max-per-node: 4 + enabled: True + option: category + categories: + - chroot-installation - job-template: defaults: chroot-housekeeping diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 9b402fd4..076a7460 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -81,6 +81,13 @@ icon: /userContent/images/profitbricks-24x24.png - priority: job-prio: '50' + - throttle: + max-total: 3 + max-per-node: 3 + enabled: True + option: category + categories: + - g-i-installation - job-template: defaults: g-i-installation-housekeeping |