summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-15 01:04:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-15 01:04:06 +0100
commit2a494f00a8112dc8d5c84371577562bd01c9a3f1 (patch)
tree5a5d5d43b41fe4e2c8c9c8f3175f09634fb98d45 /bin/reproducible_scheduler.py
parent2efeea2a30da5066b9769769e6674b0c8c9da076 (diff)
downloadjenkins.debian.net-2a494f00a8112dc8d5c84371577562bd01c9a3f1.tar.xz
reproducible debian: schedule new versions in armhf a bit slower…
Diffstat (limited to 'bin/reproducible_scheduler.py')
-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 ce2b1b7d..7928bc6a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -85,12 +85,12 @@ LIMITS = {
'amd64': {
'testing': {1: (100, 250), 2: (200, 200), '*': 100},
'unstable': {1: (100, 250), 2: (200, 200), '*': 150},
- 'experimental': {1: (100, 250), 2: (200, 200), '*': 150},
+ 'experimental': {1: (100, 250), 2: (200, 200), '*': 50},
},
'armhf': {
- 'testing': {1: (100, 200), 2: (200, 200), '*': 100},
- 'unstable': {1: (100, 200), 2: (200, 200), '*': 150},
- 'experimental': {1: (100, 200), 2: (200, 200), '*': 150},
+ 'testing': {1: (100, 200), 2: (200, 200), '*': 50},
+ 'unstable': {1: (100, 200), 2: (200, 200), '*': 75},
+ 'experimental': {1: (100, 200), 2: (200, 200), '*': 25},
},
},
'ftbfs+depwait': {