diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-30 12:01:01 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-30 12:01:01 +0200 |
commit | 393d177ce5124703133bab4161732ac12644b2d0 (patch) | |
tree | 42c2d7a88d4188d0a8afba8c05dd0b8be1ace583 | |
parent | 12dfcf4ae75d93ee491f6b17df70b5a18adb268c (diff) | |
download | jenkins.debian.net-393d177ce5124703133bab4161732ac12644b2d0.tar.xz |
reproducible Debian: increase amd64 scheduling
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 38343a3d..0083006a 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': 28, 'i386': 24, 'arm64': 21, 'armhf':30 } +MINIMUM_AGE = {'amd64': 23, 'i386': 24, 'arm64': 21, 'armhf':30 } # maximum queue size, see explainations above MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} # limits, see explainations above |