diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-04 09:58:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-04 09:58:54 +0100 |
commit | 0ef5a6d27b5a2acf70128860ddfe47e324d0adcf (patch) | |
tree | 2e490964fc597b865f9535d4555b9f0ae7ff6001 /bin | |
parent | 39e7d375b85b44386565b5e05b1fe73117a47403 (diff) | |
download | jenkins.debian.net-0ef5a6d27b5a2acf70128860ddfe47e324d0adcf.tar.xz |
reproducible armhf: schedule testing a bit more
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 3a62158f..45e27ea1 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,7 +71,7 @@ LIMITS = { 'experimental': {'*': 440}, }, 'armhf': { - 'testing': {'*': 77}, + 'testing': {'*': 100}, 'unstable': {'*': 150}, 'experimental': {'*': 150}, }, @@ -83,9 +83,9 @@ LIMITS = { 'experimental': {1: (100, 250), 2: (200, 200), '*': 150}, }, 'armhf': { - 'testing': {1: (100, 77), 2: (200, 77), '*': 0}, - 'unstable': {1: (100, 77), 2: (200, 77), '*': 42}, - 'experimental': {1: (100, 77), 2: (200, 77), '*': 42}, + 'testing': {1: (100, 100), 2: (200, 100), '*': 0}, + 'unstable': {1: (100, 100), 2: (200, 100), '*': 77}, + 'experimental': {1: (100, 100), 2: (200, 100), '*': 77}, }, }, 'ftbfs+depwait': { |