diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-14 14:35:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-14 14:35:24 +0100 |
commit | e54ac891166136ffd3553e53152e06eb6c1062c8 (patch) | |
tree | 3dbf099c0254382107b32a460cdbe8350befabc1 /bin | |
parent | 1eea09257b79c8157a64e45b030bf92133ef6bac (diff) | |
download | jenkins.debian.net-e54ac891166136ffd3553e53152e06eb6c1062c8.tar.xz |
reproducible Debian: schedule a bit more aggressivly
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 51879a80..4831124e 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': 25, 'i386': 28, 'arm64': 14, 'armhf':28 } +MINIMUM_AGE = {'amd64': 23, 'i386': 26, 'arm64': 14, 'armhf':27 } # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} # limits, see explainations above |