summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-10 01:56:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-10 01:56:25 +0200
commit11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb (patch)
treec33364590a9585d6c9c742e643d4755efd23fbfd /bin/reproducible_scheduler.py
parentba3d088efe0fc1109c025132ecdefe7725b22011 (diff)
downloadjenkins.debian.net-11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb.tar.xz
reproducible: schedule twice as many packages, to reduce notifications.
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2f74fb8a..7ec22535 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -72,7 +72,7 @@ LIMITS = {
},
'armhf': {
'testing': {'*': 0},
- 'unstable': {'*': 130},
+ 'unstable': {'*': 250},
'experimental': {'*': 0},
},
},
@@ -102,13 +102,13 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 500), 2: (400, 444), '*': 0},
- 'unstable': {1: (300, 400), 2: (400, 333), '*': 0},
- 'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
+ 'testing': {1: (300, 1000), 2: (400, 888), '*': 0},
+ 'unstable': {1: (300, 800), 2: (400, 666), '*': 0},
+ 'experimental': {1: (300, 70), 2: (400, 50), '*': 0},
},
'armhf': {
'testing': {1: (300, 0), 2: (400, 0), '*': 0},
- 'unstable': {1: (300, 50), 2: (400, 40), '*': 0},
+ 'unstable': {1: (300, 250), 2: (400, 200), '*': 0},
'experimental': {1: (300, 0), 2: (400, 0), '*': 0},
}
}