summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-02 01:23:28 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-02 01:23:28 +0200
commit8048b0857e98062d63ef973bf22033efa9551e79 (patch)
treecf28a39e5c72ab62e95023c9e3b00621e9bfd1d9 /bin/reproducible_scheduler.py
parent1803e8fd1ea2ee53fe805794f296e4d492d61e3d (diff)
downloadjenkins.debian.net-8048b0857e98062d63ef973bf22033efa9551e79.tar.xz
reproducible Debian: schedule i386+armhf sooner
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 0682d12a..3f25b713 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -164,9 +164,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'i386': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
- 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
- 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
+ 'testing': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'arm64': {
'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
@@ -174,9 +174,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
- 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
- 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
+ 'testing': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
}
}
}