diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-01 18:15:18 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-01 18:15:18 +0200 |
commit | 64c2c1cea785ff15227eba9f99afc14b6d350af6 (patch) | |
tree | 23bc2730afd849a87d9f89491e39e75e72dc89bd | |
parent | 887944e3be97a257a960a3079180e136418073c4 (diff) | |
download | jenkins.debian.net-64c2c1cea785ff15227eba9f99afc14b6d350af6.tar.xz |
reproducible Debian: schedule even more packages for amd64 and arm64
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 21bfdf0f..0682d12a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -159,8 +159,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 800), 2: (600, 600), '*': 0}, - 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'testing': {1: (500, 1000), 2: (600, 750), '*': 0}, + 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0}, 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'i386': { @@ -169,8 +169,8 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'arm64': { - 'testing': {1: (300, 800), 2: (600, 600), '*': 0}, - 'unstable': {1: (300, 800), 2: (600, 600), '*': 0}, + 'testing': {1: (500, 1000), 2: (600, 750), '*': 0}, + 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0}, 'experimental': {1: (300, 70), 2: (600, 50), '*': 0}, }, 'armhf': { |