[Qa-jenkins-scm] [jenkins.debian.net] 02/02: rebootstrap: allow 5 concurrent builds

Helmut Grohne helmutg at moszumanska.debian.org
Tue Mar 15 20:44:10 UTC 2016


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

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

commit ad5245cec46c86dd51ed6522916c1eb2ebdef35a
Author: Helmut Grohne <helmut at subdivi.de>
Date:   Tue Mar 15 21:43:57 2016 +0100

    rebootstrap: allow 5 concurrent builds
---
 job-cfg/rebootstrap.yaml.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index d6b3a20..bfacc70 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -56,8 +56,8 @@ print("""
       - priority-sorter:
           priority: '150'
       - throttle:
-          max-total: 8
-          max-per-node: 4
+          max-total: 5
+          max-per-node: 5
           enabled: true
           option: category
           categories:

-- 
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