[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible openwrt and coreboot: throttle concurrent builds to not use too many ressources

Holger Levsen holger at moszumanska.debian.org
Mon Jun 15 07:19:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e332e94e2c2c1fb7eab7e70ff88abfaa04d8b1c4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 15 09:17:51 2015 +0200

    reproducible openwrt and coreboot: throttle concurrent builds to not use too many ressources
---
 job-cfg/reproducible.yaml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index e4e86cc..306b39d 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list