[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: schedule twice as many packages, to reduce notifications.

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 23:57:40 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 11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Oct 10 01:56:25 2015 +0200

    reproducible: schedule twice as many packages, to reduce notifications.
---
 bin/reproducible_scheduler.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2f74fb8..7ec2253 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -72,7 +72,7 @@ LIMITS = {
         },
         'armhf': {
             'testing': {'*': 0},
-            'unstable': {'*': 130},
+            'unstable': {'*': 250},
             'experimental': {'*': 0},
         },
     },
@@ -102,13 +102,13 @@ LIMITS = {
     },
     'old': {
         'amd64': {
-            'testing': {1: (300, 500), 2: (400, 444), '*': 0},
-            'unstable': {1: (300, 400), 2: (400, 333), '*': 0},
-            'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
+            'testing': {1: (300, 1000), 2: (400, 888), '*': 0},
+            'unstable': {1: (300, 800), 2: (400, 666), '*': 0},
+            'experimental': {1: (300, 70), 2: (400, 50), '*': 0},
         },
         'armhf': {
             'testing': {1: (300, 0), 2: (400, 0), '*': 0},
-            'unstable': {1: (300, 50), 2: (400, 40), '*': 0},
+            'unstable': {1: (300, 250), 2: (400, 200), '*': 0},
             'experimental': {1: (300, 0), 2: (400, 0), '*': 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