diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 15:34:23 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 15:34:23 +0100 |
commit | 91c1776c1a857bdde657bdc93df0a15590fd57bb (patch) | |
tree | 8ed4f6d1224357cb612519242bcffe20d008a1da /bin | |
parent | 064c711105a16fdf3982ada59b425132123dff80 (diff) | |
download | jenkins.debian.net-91c1776c1a857bdde657bdc93df0a15590fd57bb.tar.xz |
reproducible Debian: adjust experimental scheduling frequency to old results in unstable
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 37006547..6532f532 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -65,7 +65,7 @@ LIMITS_404 defines how many packages with status 404 are rescheduled at max. """ # only old packages older than this will be rescheduled -MINIMUM_AGE = {'amd64': 10, 'i386': 10, 'armhf': 15} +MINIMUM_AGE = {'amd64': 14, 'i386': 20, 'armhf': 20} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750} # limits, see explainations above |