diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-06 15:00:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-06 15:00:35 +0200 |
commit | 712963759fe82290476d6f3337fbd5c0a5f756b1 (patch) | |
tree | fd832ddc3370b1f954541f56449fce5b361244f3 | |
parent | 1e77676e09f56c7818bf142b154eba50b40a1094 (diff) | |
download | jenkins.debian.net-712963759fe82290476d6f3337fbd5c0a5f756b1.tar.xz |
reproducible: schedule tested packages from sid/amd64 a bit more often
-rwxr-xr-x | bin/reproducible_scheduler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 5303112c..21898440 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -66,8 +66,8 @@ LIMITS = { }, 'old': { 'amd64': { - 'testing': {1: (300, 25), 2: (400, 30), '*': 0}, - 'unstable': {1: (300, 50), 2: (400, 60), '*': 0}, + 'testing': {1: (300, 20), 2: (400, 30), '*': 0}, + 'unstable': {1: (300, 60), 2: (400, 70), '*': 0}, 'experimental': {1: (300, 3.5), 2: (400, 2.5), '*': 0}, }, 'armhf': { |