diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-15 09:17:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-15 09:17:51 +0200 |
commit | e332e94e2c2c1fb7eab7e70ff88abfaa04d8b1c4 (patch) | |
tree | 12b0c8696e2a3e446acac42104c89905fa14f8e9 /job-cfg | |
parent | dd50dd66f345eb21cd2057cd5bb4ba4987803125 (diff) | |
download | jenkins.debian.net-e332e94e2c2c1fb7eab7e70ff88abfaa04d8b1c4.tar.xz |
reproducible openwrt and coreboot: throttle concurrent builds to not use too many ressources
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index e4e86ccc..306b39d5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -94,8 +94,8 @@ - priority: job-prio: '150' - throttle: - max-total: 3 - max-per-node: 3 + max-total: 9 + max-per-node: 9 enabled: true option: category categories: @@ -138,6 +138,13 @@ url: http://www.profitbricks.co.uk text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png + - throttle: + max-total: 9 + max-per-node: 9 + enabled: true + option: category + categories: + - reproducible # no special category yet description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at <a href="https://reproducible.debian.net/">https://reproducible.debian.net</a>.' logrotate: daysToKeep: 90 |