summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-23 12:22:37 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-23 12:22:37 +0100
commit829ee7e1e55ae25782ff210c89228a8bd5235ba0 (patch)
tree5adc97c0f7ff5f7b9343b95e65168caad71f5978 /bin
parent1856df1d2bcf1a3ce2d4c2a3e0138f5e3fd252fe (diff)
downloadjenkins.debian.net-829ee7e1e55ae25782ff210c89228a8bd5235ba0.tar.xz
reproducible armhf: schedule less packages
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_scheduler.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 7daeabd1..6e18f5cf 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -72,8 +72,8 @@ LIMITS = {
},
'armhf': {
'testing': {'*': 0},
- 'unstable': {'*': 250},
- 'experimental': {'*': 250},
+ 'unstable': {'*': 150},
+ 'experimental': {'*': 150},
},
},
'new': {
@@ -108,8 +108,8 @@ LIMITS = {
},
'armhf': {
'testing': {1: (300, 0), 2: (400, 0), '*': 0},
- 'unstable': {1: (300, 250), 2: (400, 200), '*': 0},
- 'experimental': {1: (300, 20), 2: (400, 10), '*': 0},
+ 'unstable': {1: (300, 150), 2: (400, 100), '*': 0},
+ 'experimental': {1: (300, 15), 2: (400, 8), '*': 0},
}
}
}