diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-15 16:03:07 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 16:03:07 +0100 |
commit | 7a725fe195884169aebba5a433ffdaa51044955a (patch) | |
tree | fd90a89d0753119470c95c51247826ae55b5cb91 /bin | |
parent | 6eb1b6e710d84b16f340232a57d1f451057b2755 (diff) | |
download | jenkins.debian.net-7a725fe195884169aebba5a433ffdaa51044955a.tar.xz |
reproducible Debian: reschedule less older packages on all archs
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 5c885ddf..c125c670 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': 21, 'i386': 21, 'armhf': 21} +MINIMUM_AGE = {'amd64': 10, 'i386': 10, 'armhf': 15} # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'armhf': 750} # limits, see explainations above |