summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-29 09:40:07 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-29 09:40:14 +0200
commitb3a691482d117fae51f9d294e33da0a6d5b67763 (patch)
tree7870e0eb3070ff1e057f4d75cdf9d9f84cae6098
parent1326bfa4baa77c5d2aae45051b491b5136fc4fc9 (diff)
downloadjenkins.debian.net-b3a691482d117fae51f9d294e33da0a6d5b67763.tar.xz
reproducible scheduler: schedule less (old) packages
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 9dbf5604..4c457828 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -66,8 +66,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 50), 2: (400, 62.5), '*': 0},
- 'unstable': {1: (300, 75), 2: (400, 12.5), '*': 0},
+ 'testing': {1: (300, 25), 2: (400, 30), '*': 0},
+ 'unstable': {1: (300, 50), 2: (400, 60), '*': 0},
'experimental': {1: (300, 3.5), 2: (400, 2.5), '*': 0},
},
'armhf': {