[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: schedule more old packages and treat i386 more like arm64+amd64

Holger Levsen holger at layer-acht.org
Sun May 14 10:29:02 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 88ddade115ca702929643ff9ea844536d1e84b85
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 14 12:28:49 2017 +0200

    reproducible Debian: schedule more old packages and treat i386 more like arm64+amd64
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_scheduler.py | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index fcf7205..38ab93b 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -159,24 +159,24 @@ LIMITS = {
     },
     'old': {
         'amd64': {
-            'testing': {1: (500, 1000), 2: (750, 750), '*': 0},
-            'unstable': {1: (500, 1000), 2: (750, 750), '*': 0},
-            'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+            'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
+            'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
         },
         'i386': {
-            'testing': {1: (500, 800), 2: (750, 500), '*': 0},
-            'unstable': {1: (500, 800), 2: (750, 500), '*': 0},
-            'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+            'testing': {1: (500, 900), 2: (850, 650), '*': 0},
+            'unstable': {1: (500, 900), 2: (850, 650), '*': 0},
+            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
         },
         'arm64': {
-            'testing': {1: (500, 1000), 2: (750, 750), '*': 0},
-            'unstable': {1: (500, 1000), 2: (750, 750), '*': 0},
-            'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+            'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
+            'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+            'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
         },
         'armhf': {
-            'testing': {1: (500, 800), 2: (750, 500), '*': 0},
-            'unstable': {1: (500, 800), 2: (750, 500), '*': 0},
-            'experimental': {1: (500, 70), 2: (750, 50), '*': 0},
+            'testing': {1: (500, 800), 2: (850, 500), '*': 0},
+            'unstable': {1: (500, 800), 2: (850, 500), '*': 0},
+            'experimental': {1: (500, 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