[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] d-i: throttle builds and allow 12 concurrent at max
Holger Levsen
gitlab at salsa.debian.org
Tue Jul 9 20:17:59 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d9196afe by Holger Levsen at 2019-07-09T19:17:51Z
d-i: throttle builds and allow 12 concurrent at max
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- job-cfg/d-i.yaml.py
Changes:
=====================================
job-cfg/d-i.yaml.py
=====================================
@@ -231,13 +231,20 @@ sb_profitbricks = {
'text': 'Sponsored by Profitbricks',
'icon': '/userContent/images/profitbricks-24x24.png'}}
+di_throttle = {
+ 'throttle': {'max-total': 12,
+ 'max-per-node': 12,
+ 'enabled': 'true',
+ 'option': 'category',
+ 'categories': [ 'd-i' ]}}
def prop(type='manual', priority=None):
p = [sb_about,
{'sidebar': {'url': 'https://jenkins.debian.net/view/d-i_'+type+'/',
'text': 'debian-installer ' + type + ' jobs',
'icon': '/userContent/images/debian-jenkins-24x24.png'}},
- sb_profitbricks]
+ sb_profitbricks,
+ di_throttle]
if priority is not None:
p.append({'priority-sorter': {'priority': str(priority)}})
return p
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d9196afe529cb9473e3bd127738354d96c4b6cbc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d9196afe529cb9473e3bd127738354d96c4b6cbc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190709/b88e93d9/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list