diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-08 12:06:50 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-08 12:06:50 +0200 |
commit | ca12c5039f4c19eb18f18fbc472fbf48144f511f (patch) | |
tree | 92636bc9e0e3d8706adf84506d1660fd33f7869d /bin | |
parent | 2ce1d60c6ada021d114882f8f0a2e7e19a00d9f1 (diff) | |
download | jenkins.debian.net-ca12c5039f4c19eb18f18fbc472fbf48144f511f.tar.xz |
reproducible Debian: schedule more (older logs earlier)
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 40c3443c..de161a6b 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -64,7 +64,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': 15, 'i386': 20, 'arm64': 15, 'armhf':30 } +MINIMUM_AGE = {'amd64': 12, 'i386': 14, 'arm64': 14, 'armhf':28 } # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} # limits, see explainations above |