[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: lower minimum age of amd64 builds to be rescheduled to 7 days

Holger Levsen holger at moszumanska.debian.org
Sun Oct 18 09:32:09 UTC 2015


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 bb4d84c16d120d353b8c1ae86e4b623c9b90783d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Oct 18 11:31:15 2015 +0200

    reproducible: lower minimum age of amd64 builds to be rescheduled to 7 days
---
 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 435e6f4..4b7e8c3 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -115,7 +115,7 @@ LIMITS = {
 }
 
 # only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 14, 'armhf': 100}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 100}
 
 
 class Limit:

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