summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-07 12:08:08 +0100
committerHolger Levsen <holger@layer-acht.org>2016-03-07 12:08:08 +0100
commitcfd088fdfb62a313e5158e79f5859b0ae5e8c707 (patch)
tree5557843afedb6e1b14f2dc1c17c8917186cc6f54 /bin
parent956b5a704abaa3a997d3c867963bd8201a4171fe (diff)
downloadjenkins.debian.net-cfd088fdfb62a313e5158e79f5859b0ae5e8c707.tar.xz
reproducible debian: schedule more ftbfs+depwait packages sooner
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index f3f41aff..7f617e1a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -93,14 +93,14 @@ LIMITS = {
},
'ftbfs+depwait': {
'amd64': {
- 'testing': {1: (250, 40), 2: (350, 20), '*': 5},
- 'unstable': {1: (250, 40), 2: (350, 20), '*': 5},
- 'experimental': {1: (250, 40), 2: (350, 20), '*': 2},
+ 'testing': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'unstable': {1: (700, 40), 2: (500, 20), '*': 5},
+ 'experimental': {1: (700, 40), 2: (500, 20), '*': 2},
},
'armhf': {
- 'testing': {1: (250, 20), 2: (350, 10), '*': 5},
- 'unstable': {1: (250, 20), 2: (350, 10), '*': 5},
- 'experimental': {1: (250, 20), 2: (350, 10), '*': 2},
+ 'testing': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'unstable': {1: (575, 20), 2: (450, 10), '*': 5},
+ 'experimental': {1: (575, 20), 2: (450, 10), '*': 2},
}
},
'old': {