diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-08 12:29:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-08 12:29:00 +0100 |
commit | 683a891d35c9707b8ac36d2c9abdb70b215ab3e6 (patch) | |
tree | 751522c824b4ea40b31d8263154a955f6d33280f | |
parent | 88731c67f0e22705069bcbec33cd023972535056 (diff) | |
download | jenkins.debian.net-683a891d35c9707b8ac36d2c9abdb70b215ab3e6.tar.xz |
reproducible Debian: schedule i386+armhf a bit earlier…
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 30885902..c9e727af 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': 30, 'arm64': 12, 'armhf':30 } +MINIMUM_AGE = {'amd64': 25, 'i386': 28, 'arm64': 12, 'armhf':28 } # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} # limits, see explainations above |