diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-09 12:46:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-09 12:46:28 +0200 |
commit | 230d892de112f18f20cdfdd110e823fee8b33e87 (patch) | |
tree | 1804203586466ad55445064b7a63036905a2ee9b | |
parent | ca12c5039f4c19eb18f18fbc472fbf48144f511f (diff) | |
download | jenkins.debian.net-230d892de112f18f20cdfdd110e823fee8b33e87.tar.xz |
reproducible Debian: schedule more (older logs earlier) amd64 + arm64
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 de161a6b..fcf7205e 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': 12, 'i386': 14, 'arm64': 14, 'armhf':28 } +MINIMUM_AGE = {'amd64': 10, 'i386': 14, 'arm64': 12, 'armhf':28 } # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} # limits, see explainations above |