summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-15 09:17:51 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-15 09:17:51 +0200
commite332e94e2c2c1fb7eab7e70ff88abfaa04d8b1c4 (patch)
tree12b0c8696e2a3e446acac42104c89905fa14f8e9 /job-cfg/reproducible.yaml
parentdd50dd66f345eb21cd2057cd5bb4ba4987803125 (diff)
downloadjenkins.debian.net-e332e94e2c2c1fb7eab7e70ff88abfaa04d8b1c4.tar.xz
reproducible openwrt and coreboot: throttle concurrent builds to not use too many ressources
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml11
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