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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user