[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: more tuning to deal with the faster build nodes

Holger Levsen holger at layer-acht.org
Tue May 16 10:30:41 UTC 2017


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 853dd1eedc6b99e7349f012d36397fef8368f43d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue May 16 12:30:32 2017 +0200

    reproducible Debian: more tuning to deal with the faster build nodes
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_scheduler.py | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index fb6972a..693e32a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -64,9 +64,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': 10, 'i386': 14, 'arm64': 12, 'armhf':28 }
+MINIMUM_AGE = {'amd64': 9, 'i386': 12, 'arm64': 11, 'armhf':28 }
 # maximum queue size, see explainations above
-MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
+MAXIMA = {'amd64': 1000, 'i386': 1000, 'arm64': 1000, 'armhf': 850}
 # limits, see explainations above
 LIMITS = {
     'untested': {
@@ -159,19 +159,19 @@ LIMITS = {
     },
     'old': {
         'amd64': {
-            'testing': {1: (500, 900), 2: (850, 750), '*': 0},
-            'unstable': {1: (500, 1100), 2: (850, 950), '*': 0},
-            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
+            'testing': {1: (600, 900), 2: (1000, 750), '*': 0},
+            'unstable': {1: (600, 1100), 2: (1000, 950), '*': 0},
+            'experimental': {1: (600, 70), 2: (1000, 50), '*': 0},
         },
         'i386': {
-            'testing': {1: (500, 900), 2: (850, 750), '*': 0},
-            'unstable': {1: (500, 1100), 2: (850, 950), '*': 0},
-            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
+            'testing': {1: (600, 900), 2: (1000, 750), '*': 0},
+            'unstable': {1: (600, 1100), 2: (1000, 950), '*': 0},
+            'experimental': {1: (600, 70), 2: (1000, 50), '*': 0},
         },
         'arm64': {
-            'testing': {1: (500, 900), 2: (850, 750), '*': 0},
-            'unstable': {1: (500, 1100), 2: (850, 950), '*': 0},
-            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
+            'testing': {1: (600, 900), 2: (1000, 750), '*': 0},
+            'unstable': {1: (600, 1100), 2: (1000, 950), '*': 0},
+            'experimental': {1: (600, 70), 2: (1000, 50), '*': 0},
         },
         'armhf': {
             'testing': {1: (500, 700), 2: (850, 400), '*': 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