diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-12 13:34:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-12 13:34:14 +0100 |
commit | caec4c99a02ad2b6e99675dc9e1fa225e3982686 (patch) | |
tree | 4840e59d3c4f7ceb64bc144da8a69c3329d5bab2 | |
parent | 2067b71a674942c682c56345f13d06cbdc35d932 (diff) | |
download | jenkins.debian.net-caec4c99a02ad2b6e99675dc9e1fa225e3982686.tar.xz |
reproducible armhf: schedule testing a bit more often
-rwxr-xr-x | bin/reproducible_scheduler.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 065c2302..e6c72d59 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,9 +71,9 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 150}, - 'unstable': {'*': 150}, - 'experimental': {'*': 150}, + 'testing': {'*': 177}, + 'unstable': {'*': 177}, + 'experimental': {'*': 177}, }, }, 'new': { @@ -107,8 +107,8 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 200), 2: (600, 125), '*': 0}, - 'unstable': {1: (300, 200), 2: (600, 125), '*': 0}, + 'testing': {1: (300, 200), 2: (600, 100), '*': 0}, + 'unstable': {1: (300, 200), 2: (600, 100), '*': 0}, 'experimental': {1: (300, 30), 2: (600, 15), '*': 0}, } } |