From 11eba0ad31f94d759b0d0c0f7b0a0270eb42afeb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 10 Oct 2015 01:56:25 +0200 Subject: reproducible: schedule twice as many packages, to reduce notifications. --- bin/reproducible_scheduler.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/reproducible_scheduler.py') 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}, } } -- cgit v1.2.3-54-g00ecf