diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-05 18:35:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-05 18:35:00 +0100 |
commit | 94115998132d630f6b0b8c532bf17e5b7d14a829 (patch) | |
tree | 82229450c959169e1041f9196017dde11bb39f22 /bin | |
parent | 7412131ab498a52818dec941ee41fa86c786b842 (diff) | |
download | jenkins.debian.net-94115998132d630f6b0b8c532bf17e5b7d14a829.tar.xz |
reproducible armhf: schedule packages from testing more often
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 900c8fb1..0946eecc 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,7 +71,7 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 100}, + 'testing': {'*': 150}, 'unstable': {'*': 150}, 'experimental': {'*': 150}, }, |