diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:56:25 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-10 01:56:25 +0200 |
commit | 11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb (patch) | |
tree | c33364590a9585d6c9c742e643d4755efd23fbfd /bin | |
parent | ba3d088efe0fc1109c025132ecdefe7725b22011 (diff) | |
download | jenkins.debian.net-11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb.tar.xz |
reproducible: schedule twice as many packages, to reduce notifications.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 10 |
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}, } } |