Bump max allowed upload size
macOS bundle became bigger than 180 megabytes.
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user