[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: sync (re-)scheduling frequencies for the different archs
Holger Levsen
holger at layer-acht.org
Wed Jul 20 09:04:15 UTC 2016
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 63cc70fec1f280f05ee0c4fd50edf7a52f406af6
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 20 11:03:54 2016 +0200
reproducible Debian: sync (re-)scheduling frequencies for the different archs
---
bin/reproducible_scheduler.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f0d12c4..20a618a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -62,9 +62,9 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max.
"""
# only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 14, 'i386': 14, 'armhf': 28}
+MINIMUM_AGE = {'amd64': 21, 'i386': 21, 'armhf': 21}
# maximum queue size, see explainations above
-MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 600}
+MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750}
# limits, see explainations above
LIMITS = {
'untested': {
@@ -79,9 +79,9 @@ LIMITS = {
'experimental': {'*': 440},
},
'armhf': {
- 'testing': {'*': 500},
- 'unstable': {'*': 500},
- 'experimental': {'*': 500},
+ 'testing': {'*': 440},
+ 'unstable': {'*': 440},
+ 'experimental': {'*': 440},
},
},
'new': {
@@ -147,9 +147,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 500), 2: (600, 400), '*': 0},
- 'unstable': {1: (300, 555), 2: (600, 444), '*': 0},
- 'experimental': {1: (300, 50), 2: (600, 35), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 666), '*': 0},
+ 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
}
}
}
--
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