diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 01:13:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 01:13:37 +0100 |
commit | 4e946bb24f2ab3e475633f347a35390bbc33e0bb (patch) | |
tree | 2997abdd29e45fe39f00862337c327079b39acd5 /bin | |
parent | 0557506b170fd8b8f4f50e11490cd0e7d83b4e8a (diff) | |
download | jenkins.debian.net-4e946bb24f2ab3e475633f347a35390bbc33e0bb.tar.xz |
reproducible Debian: schedule testing as often as unstable on all archs, now that the freeze gets closer
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 c125c670..7000f5b2 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -145,13 +145,13 @@ LIMITS = { 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'i386': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, }, 'armhf': { - 'testing': {1: (300, 555), 2: (500, 444), '*': 0}, - 'unstable': {1: (300, 1000), 2: (500, 888), '*': 0}, + 'testing': {1: (300, 800), 2: (500, 500), '*': 0}, + 'unstable': {1: (300, 800), 2: (500, 500), '*': 0}, 'experimental': {1: (300, 70), 2: (500, 50), '*': 0}, } } |