[Git][qa/jenkins.debian.net][master] reproducible Debian: schedule i386 a bit more often
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu May 23 21:05:36 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3af751f2 by Holger Levsen at 2024-05-23T22:05:19+02:00
reproducible Debian: schedule i386 a bit more often
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_scheduler.py
Changes:
=====================================
bin/reproducible_scheduler.py
=====================================
@@ -67,9 +67,9 @@ LIMITS_E404 defines how many packages with status E404 are rescheduled at max.
"""
# only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 10, 'i386': 28, 'arm64': 10, 'armhf': 21}
+MINIMUM_AGE = {'amd64': 10, 'i386': 21, 'arm64': 10, 'armhf': 21}
# maximum queue size, see explanations above
-MAXIMA = {'amd64': 4000, 'i386': 1600, 'arm64': 3000, 'armhf': 2000}
+MAXIMA = {'amd64': 4000, 'i386': 2500, 'arm64': 4000, 'armhf': 2500}
# limits, see explanations above
LIMITS = {
'untested': {
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3af751f204f4caddd06e5c0d5b084e303ef5511f
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/3af751f204f4caddd06e5c0d5b084e303ef5511f
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/20240523/66d30204/attachment.htm>
More information about the Qa-jenkins-scm
mailing list