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.
This commit is contained in:
2019-11-20 17:20:52 +01:00
parent 6baa608419
commit 1ff1d2f2de

View File

@@ -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',