summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-21 01:13:37 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-21 01:13:37 +0100
commit4e946bb24f2ab3e475633f347a35390bbc33e0bb (patch)
tree2997abdd29e45fe39f00862337c327079b39acd5 /bin/reproducible_scheduler.py
parent0557506b170fd8b8f4f50e11490cd0e7d83b4e8a (diff)
downloadjenkins.debian.net-4e946bb24f2ab3e475633f347a35390bbc33e0bb.tar.xz
reproducible Debian: schedule testing as often as unstable on all archs, now that the freeze gets closer
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 c125c670..7000f5b2 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -145,13 +145,13 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 555), 2: (500, 444), '*': 0},
- 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0},
+ 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
}
}