summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-05 18:35:00 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-05 18:35:00 +0100
commit94115998132d630f6b0b8c532bf17e5b7d14a829 (patch)
tree82229450c959169e1041f9196017dde11bb39f22
parent7412131ab498a52818dec941ee41fa86c786b842 (diff)
downloadjenkins.debian.net-94115998132d630f6b0b8c532bf17e5b7d14a829.tar.xz
reproducible armhf: schedule packages from testing more often
-rwxr-xr-xbin/reproducible_scheduler.py2
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},
},