summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-22 10:45:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-22 10:45:03 +0200
commit86cc98c27df3675c6bef4334e2c7762c9b3390bd (patch)
treed8e024ec2c52f3b3edb99b389758aa381e2035fb /bin/reproducible_scheduler.py
parent3f9d9454156fd411888df86550b739bac171b76a (diff)
downloadjenkins.debian.net-86cc98c27df3675c6bef4334e2c7762c9b3390bd.tar.xz
reproducible: schedule old packages from sid/amd64 a bit less often and those from stretch/amd64 a bit more - still emphasize sid though
Diffstat (limited to 'bin/reproducible_scheduler.py')
-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 9a8fcfd2..8e0811d8 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -102,8 +102,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 200), 2: (400, 300), '*': 0},
- 'unstable': {1: (300, 600), 2: (400, 700), '*': 0},
+ 'testing': {1: (300, 250), 2: (400, 300), '*': 0},
+ 'unstable': {1: (300, 500), 2: (400, 600), '*': 0},
'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
},
'armhf': {