[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible armhf: try to schedule known old packages again

Holger Levsen holger at moszumanska.debian.org
Mon Jan 11 18:58:13 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 56ee74bde84b89834b6be8ed03d590d8367ff01b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jan 11 19:57:32 2016 +0100

    reproducible armhf: try to schedule known old packages again
---
 bin/reproducible_scheduler.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index b5f4f28..293b0f9 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,9 +71,9 @@ LIMITS = {
             'experimental': {'*': 440},
         },
         'armhf': {
-            'testing': {'*': 175},
-            'unstable': {'*': 175},
-            'experimental': {'*': 175},
+            'testing': {'*': 150},
+            'unstable': {'*': 150},
+            'experimental': {'*': 150},
         },
     },
     'new': {
@@ -107,15 +107,15 @@ LIMITS = {
             'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
         },
         'armhf': {
-            'testing': {1: (300, 200), 2: (500, 125), '*': 0},
-            'unstable': {1: (300, 200), 2: (500, 125), '*': 0},
-            'experimental': {1: (300, 30), 2: (500, 15), '*': 0},
+            'testing': {1: (300, 200), 2: (600, 125), '*': 0},
+            'unstable': {1: (300, 200), 2: (600, 125), '*': 0},
+            'experimental': {1: (300, 30), 2: (600, 15), '*': 0},
         }
     }
 }
 
 # only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 7, 'armhf': 42}
+MINIMUM_AGE = {'amd64': 7, 'armhf': 28}
 
 
 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