summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-15 13:35:14 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-15 13:35:14 +0100
commit4368a6873a1e6ae09af5483bbd38aa496ec60865 (patch)
tree3ff154f3f7ec7f88eb4b3d7a6fd8521bb6927a43 /bin/reproducible_scheduler.py
parent4dd825f940db1628723ec3ea90a302487b0de729 (diff)
downloadjenkins.debian.net-4368a6873a1e6ae09af5483bbd38aa496ec60865.tar.xz
reproducible armhf: schedule more old packages
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 b4f4f204..ed1ebd2e 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, 400), 2: (600, 250), '*': 0},
- 'unstable': {1: (300, 400), 2: (600, 250), '*': 0},
- 'experimental': {1: (300, 35), 2: (600, 20), '*': 0},
+ 'testing': {1: (300, 600), 2: (600, 400), '*': 0},
+ 'unstable': {1: (300, 600), 2: (600, 400), '*': 0},
+ 'experimental': {1: (300, 50), 2: (600, 35), '*': 0},
}
}
}