[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: schedule experimental less often on i386+armhf

Holger Levsen holger at layer-acht.org
Tue Nov 29 11:11:25 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 a8b1b906882e4d988f960173f34cade5c982a2db
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 29 12:11:17 2016 +0100

    reproducible Debian: schedule experimental less often on i386+armhf
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 6532f53..824de26 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -65,7 +65,7 @@ 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': 20, 'armhf': 20}
+MINIMUM_AGE = {'amd64': 14, 'i386': 25, 'armhf': 25}
 # maximum queue size, see explainations above
 MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750}
 # limits, see explainations above

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