[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: (almost) stop scheduling old packages in stretch

Holger Levsen holger at layer-acht.org
Mon Jun 19 12:40:38 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 ba966d2514f68c48c5c189c2bb5190dda9da2554
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 19 14:40:32 2017 +0200

    reproducible Debian: (almost) stop scheduling old packages in stretch
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 686db7e..44e4009 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -175,25 +175,25 @@ LIMITS = {
     },
     'old': {
         'amd64': {
-            'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0},
+            'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
             'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
             'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
         },
         'i386': {
-            'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0},
+            'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
             'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
             'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
         },
         'arm64': {
-            'stretch': {1: (700, 1000), 2: (1100, 850), '*': 0},
+            'stretch': {1: (700, 100), 2: (1100, 85), '*': 0},
             'buster': {1: (700, 1000), 2: (1100, 850), '*': 0},
             'unstable': {1: (700, 1200), 2: (1100, 1050), '*': 0},
             'experimental': {1: (700, 70), 2: (1100, 50), '*': 0},
         },
         'armhf': {
-            'stretch': {1: (600, 800), 2: (850, 500), '*': 0},
+            'stretch': {1: (600, 80), 2: (850, 50), '*': 0},
             'buster': {1: (600, 800), 2: (850, 500), '*': 0},
             'unstable': {1: (600, 1000), 2: (850, 700), '*': 0},
             'experimental': {1: (600, 70), 2: (850, 50), '*': 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