[Git][qa/jenkins.debian.net][master] chroot-installation: limit to 4 concurrent runs

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jan 1 16:12:41 GMT 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
71642c11 by Holger Levsen at 2024-01-01T17:12:26+01:00
chroot-installation: limit to 4 concurrent runs

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- job-cfg/chroot-installation.yaml.py


Changes:

=====================================
job-cfg/chroot-installation.yaml.py
=====================================
@@ -235,7 +235,12 @@ data.append(
                                 {'sidebar': {'icon': '/userContent/images/ionos-24x24.png',
                                              'text': 'Sponsored by IONOS',
                                              'url': 'https://www.ionos.com'}},
-                                {'priority-sorter': {'priority': '{my_prio}'}}],
+                                {'priority-sorter': {'priority': '{my_prio}'}},
+                                {'throttle': {'max-total': 4,
+                                              'max-per-node': 4,
+                                              'enabled': true,
+                                              'option': 'category',
+                                              'categories': ['chroot-installation']}}],
                  'publishers': [{'trigger': {'project': '{my_trigger}'}},
                                 {'email-ext': {'attach-build-log': False,
                                                'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.',



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/71642c11d1c0e68a1d323037e2290bde2b10341a

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/71642c11d1c0e68a1d323037e2290bde2b10341a
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/20240101/2e49b8c6/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list