diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-03-07 12:08:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-03-07 12:08:08 +0100 |
commit | cfd088fdfb62a313e5158e79f5859b0ae5e8c707 (patch) | |
tree | 5557843afedb6e1b14f2dc1c17c8917186cc6f54 | |
parent | 956b5a704abaa3a997d3c867963bd8201a4171fe (diff) | |
download | jenkins.debian.net-cfd088fdfb62a313e5158e79f5859b0ae5e8c707.tar.xz |
reproducible debian: schedule more ftbfs+depwait packages sooner
-rwxr-xr-x | bin/reproducible_scheduler.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index f3f41aff..7f617e1a 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -93,14 +93,14 @@ LIMITS = { }, 'ftbfs+depwait': { 'amd64': { - 'testing': {1: (250, 40), 2: (350, 20), '*': 5}, - 'unstable': {1: (250, 40), 2: (350, 20), '*': 5}, - 'experimental': {1: (250, 40), 2: (350, 20), '*': 2}, + 'testing': {1: (700, 40), 2: (500, 20), '*': 5}, + 'unstable': {1: (700, 40), 2: (500, 20), '*': 5}, + 'experimental': {1: (700, 40), 2: (500, 20), '*': 2}, }, 'armhf': { - 'testing': {1: (250, 20), 2: (350, 10), '*': 5}, - 'unstable': {1: (250, 20), 2: (350, 10), '*': 5}, - 'experimental': {1: (250, 20), 2: (350, 10), '*': 2}, + 'testing': {1: (575, 20), 2: (450, 10), '*': 5}, + 'unstable': {1: (575, 20), 2: (450, 10), '*': 5}, + 'experimental': {1: (575, 20), 2: (450, 10), '*': 2}, } }, 'old': { |