summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-14 12:55:11 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-14 12:55:11 +0100
commit4dd825f940db1628723ec3ea90a302487b0de729 (patch)
tree04a2a126d007f98b794c7655b016e3fbea77296c /bin/reproducible_scheduler.py
parent61f5589fe0516f8200986726a1c638ba66fe5862 (diff)
downloadjenkins.debian.net-4dd825f940db1628723ec3ea90a302487b0de729.tar.xz
reproducible armhf: schedule more old packages at once
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index aac6b2a6..b4f4f204 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -107,9 +107,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 200), 2: (600, 100), '*': 0},
- 'unstable': {1: (300, 200), 2: (600, 100), '*': 0},
- 'experimental': {1: (300, 30), 2: (600, 15), '*': 0},
+ 'testing': {1: (300, 400), 2: (600, 250), '*': 0},
+ 'unstable': {1: (300, 400), 2: (600, 250), '*': 0},
+ 'experimental': {1: (300, 35), 2: (600, 20), '*': 0},
}
}
}