summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-08 13:05:46 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-08 13:05:46 +0100
commit3ff2a8f94ba438353e8ff347949ab0d7bc0db162 (patch)
tree1a1d938d8a1bc7f526e8d4199aae821097cf5c6e /bin/reproducible_scheduler.py
parent53481c7be74d8c3a8a3f23efc34a2888d8702ff5 (diff)
downloadjenkins.debian.net-3ff2a8f94ba438353e8ff347949ab0d7bc0db162.tar.xz
reproducible armhf: let's slow down rebuilding sid until stretch is done
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2f01f385..fbc47924 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -112,8 +112,8 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 500), 2: (600, 333), '*': 0},
- 'unstable': {1: (300, 500), 2: (600, 333), '*': 0},
+ 'testing': {1: (300, 100), 2: (600, 33), '*': 0},
+ 'unstable': {1: (300, 100), 2: (600, 33), '*': 0},
'experimental': {1: (300, 50), 2: (600, 35), '*': 0},
}
}