[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible armhf: schedule less packages

Holger Levsen holger at moszumanska.debian.org
Wed Dec 23 11:23:06 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 829ee7e1e55ae25782ff210c89228a8bd5235ba0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 23 12:22:37 2015 +0100

    reproducible armhf: schedule less packages
---
 bin/reproducible_scheduler.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 7daeabd..6e18f5c 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -72,8 +72,8 @@ LIMITS = {
         },
         'armhf': {
             'testing': {'*': 0},
-            'unstable': {'*': 250},
-            'experimental': {'*': 250},
+            'unstable': {'*': 150},
+            'experimental': {'*': 150},
         },
     },
     'new': {
@@ -108,8 +108,8 @@ LIMITS = {
         },
         'armhf': {
             'testing': {1: (300, 0), 2: (400, 0), '*': 0},
-            'unstable': {1: (300, 250), 2: (400, 200), '*': 0},
-            'experimental': {1: (300, 20), 2: (400, 10), '*': 0},
+            'unstable': {1: (300, 150), 2: (400, 100), '*': 0},
+            'experimental': {1: (300, 15), 2: (400, 8), '*': 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