[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: schedule new versions in armhf a bit slower…

Holger Levsen holger at moszumanska.debian.org
Mon Feb 15 00:04:22 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 2a494f00a8112dc8d5c84371577562bd01c9a3f1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Feb 15 01:04:06 2016 +0100

    reproducible debian: schedule new versions in armhf a bit slower…
---
 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 ce2b1b7..7928bc6 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -85,12 +85,12 @@ LIMITS = {
         'amd64': {
             'testing': {1: (100, 250), 2: (200, 200), '*': 100},
             'unstable': {1: (100, 250), 2: (200, 200), '*': 150},
-            'experimental': {1: (100, 250), 2: (200, 200), '*': 150},
+            'experimental': {1: (100, 250), 2: (200, 200), '*': 50},
         },
         'armhf': {
-            'testing': {1: (100, 200), 2: (200, 200), '*': 100},
-            'unstable': {1: (100, 200), 2: (200, 200), '*': 150},
-            'experimental': {1: (100, 200), 2: (200, 200), '*': 150},
+            'testing': {1: (100, 200), 2: (200, 200), '*': 50},
+            'unstable': {1: (100, 200), 2: (200, 200), '*': 75},
+            'experimental': {1: (100, 200), 2: (200, 200), '*': 25},
         },
     },
     'ftbfs+depwait': {

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