summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-02 13:10:10 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-02 13:10:10 +0100
commitb90ec9fd18d4952912e35ecbb21862a29014804b (patch)
tree1526f50f7e2c6d82e69c08db50f02753b77ec3f3 /bin/reproducible_scheduler.py
parentd1d766ed968a5d16db4357294c77b4be3330ad71 (diff)
downloadjenkins.debian.net-b90ec9fd18d4952912e35ecbb21862a29014804b.tar.xz
reproducible armhf: schedule testing a bit more often
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 f6c447e9..3a62158f 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,7 +71,7 @@ LIMITS = {
'experimental': {'*': 440},
},
'armhf': {
- 'testing': {'*': 42},
+ 'testing': {'*': 77},
'unstable': {'*': 150},
'experimental': {'*': 150},
},
@@ -83,9 +83,9 @@ LIMITS = {
'experimental': {1: (100, 250), 2: (200, 200), '*': 150},
},
'armhf': {
- 'testing': {1: (100, 42), 2: (200, 42), '*': 0},
- 'unstable': {1: (100, 75), 2: (200, 60), '*': 45},
- 'experimental': {1: (100, 75), 2: (200, 60), '*': 45},
+ 'testing': {1: (100, 77), 2: (200, 77), '*': 0},
+ 'unstable': {1: (100, 77), 2: (200, 77), '*': 42},
+ 'experimental': {1: (100, 77), 2: (200, 77), '*': 42},
},
},
'ftbfs+depwait': {