diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-08 12:29:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-08 12:29:46 +0100 |
commit | 2bf1838fd5e98b19190fbc925c7bca6aca85f0f5 (patch) | |
tree | 3995e33a12f41e8269c0e14ea7b2ea238778ab77 /bin | |
parent | 6a4a42690ce6a521cff41fc89b76c50f3b553ff3 (diff) | |
download | jenkins.debian.net-2bf1838fd5e98b19190fbc925c7bca6aca85f0f5.tar.xz |
reproducible armhf: increase MAXIMA so that also old packages will be re-tested
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 40721cb2..66a73656 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up. Finally, MINIMUM_AGE is respected when scheduling old versions. """ -MAXIMA = {'amd64': 750, 'armhf': 500} +MAXIMA = {'amd64': 750, 'armhf': 600} LIMITS = { 'untested': { |