Bump max allowed upload size

macOS bundle became bigger than 180 megabytes.
This commit is contained in:
2019-09-12 14:23:00 +02:00
parent d49aacbeae
commit 72071394ff

View File

@@ -232,7 +232,7 @@ def generic_builder(id, branch='', rsync=False):
f.addStep(FileUpload(name='upload',
workersrc='buildbot_upload.zip',
masterdest=filename,
maxsize=180 * 1024 * 1024,
maxsize=200 * 1024 * 1024,
workdir='install'))
f.addStep(MasterShellCommand(name='unpack',
command=['python3.6',