From 1ff1d2f2de7c938add67cc669bce06959464e955 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 20 Nov 2019 17:20:52 +0100 Subject: [PATCH] Bump maximum upload size For Windows releases we need to be able to push both ZIP and MSI files which is more than old 200 MiB. --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index c2ee800..ab04c92 100644 --- a/master.cfg +++ b/master.cfg @@ -235,7 +235,7 @@ def generic_builder(id, branch='', rsync=False): f.addStep(FileUpload(name='upload', workersrc='buildbot_upload.zip', masterdest=filename, - maxsize=200 * 1024 * 1024, + maxsize=500 * 1024 * 1024, workdir='install')) f.addStep(MasterShellCommand(name='unpack', command=['python3.6',