diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-06-19 15:13:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-06-19 15:13:18 +0200 |
commit | cf103b7db779bab9688f2ff91297f9d143058d93 (patch) | |
tree | 950ea04b69961269a18807dfd74d5e33855004c8 /job-cfg | |
parent | f812c06fabe45d4c9304a4c682688dc43f5a3ff4 (diff) | |
download | jenkins.debian.net-cf103b7db779bab9688f2ff91297f9d143058d93.tar.xz |
throttle by category
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/chroot-installation.yaml | 2 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 36b1d823..63313b49 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -34,6 +34,8 @@ - throttle: max-total: 4 max-per-node: 4 + enabled: True + option: category categories: - chroot-installation diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index de7b7674..9b402fd4 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -43,6 +43,8 @@ - throttle: max-total: 3 max-per-node: 3 + enabled: True + option: category categories: - g-i-installation - defaults: |