diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-01 15:26:06 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-01 15:26:06 +0200 |
commit | da2123aa0c58fefbf6e76c5480416cf1bafd564b (patch) | |
tree | ffa051c85a1a0d91e37f8a8c2c7d1fc634ebf21a | |
parent | 157897cd37bcf0f3b8950d8a9049559e7bfad359 (diff) | |
download | jenkins.debian.net-da2123aa0c58fefbf6e76c5480416cf1bafd564b.tar.xz |
reproducible Debian: schedule more packages for amd64 and arm64
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_scheduler.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index c12d1b1b..afb6020a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -71,8 +71,8 @@ MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750} LIMITS = { 'untested': { 'amd64': { - 'testing': {'*': 440}, - 'unstable': {'*': 440}, + 'testing': {'*': 600}, + 'unstable': {'*': 600}, 'experimental': {'*': 440}, }, 'i386': { @@ -159,9 +159,9 @@ LIMITS = { }, 'old': { 'amd64': { - '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, 600), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'i386': { 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, @@ -169,9 +169,9 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'arm64': { - '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, 600), '*': 0}, + 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'armhf': { 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, |