[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: scheduler: only schedule packages in unstable for armhf

Holger Levsen holger at moszumanska.debian.org
Sat Aug 15 11:39:52 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 38ba88cb4f0b1e3ac38939a0b4d83ebe4ffab636
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Aug 15 11:08:23 2015 +0000

    reproducible: scheduler: only schedule packages in unstable for armhf
---
 bin/reproducible_scheduler.py | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index e994352..3e57eb0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -35,9 +35,9 @@ LIMITS = {
             'experimental': {'*': 44},
         },
         'armhf': {
-            'testing': {'*': 44},
+            'testing': {'*': 0},
             'unstable': {'*': 44},
-            'experimental': {'*': 44},
+            'experimental': {'*': 0},
         },
     },
     'new': {
@@ -47,9 +47,9 @@ LIMITS = {
             'experimental': {1: (100, 25), 2: (200, 20), '*': 15},
         },
         'armhf': {
-            'testing': {1: (100, 25), 2: (200, 20), '*': 15},
+            'testing': {1: (100, 0), 2: (200, 0), '*': 0},
             'unstable': {1: (100, 25), 2: (200, 20), '*': 15},
-            'experimental': {1: (100, 25), 2: (200, 20), '*': 15},
+            'experimental': {1: (100, 0), 2: (200, 0), '*': 0},
         },
     },
     'ftbfs': {
@@ -59,9 +59,9 @@ LIMITS = {
             'experimental': {1: (250, 4), 2: (350, 2), '*': 0},
         },
         'armhf': {
-            'testing': {1: (250, 4), 2: (350, 2), '*': 0},
+            'testing': {1: (250, 0), 2: (350, 0), '*': 0},
             'unstable': {1: (250, 4), 2: (350, 2), '*': 0},
-            'experimental': {1: (250, 4), 2: (350, 2), '*': 0},
+            'experimental': {1: (250, 0), 2: (350, 0), '*': 0},
         }
     },
     'old': {
@@ -71,9 +71,9 @@ LIMITS = {
             'experimental': {1: (300, 3.5), 2: (400, 2.5), '*': 0},
         },
         'armhf': {
-            'testing': {1: (300, 87.5), 2: (400, 62.5), '*': 0},
+            'testing': {1: (300, 0), 2: (400, 0), '*': 0},
             'unstable': {1: (300, 17.5), 2: (400, 12.5), '*': 0},
-            'experimental': {1: (300, 3.5), 2: (400, 2.5), '*': 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