[infra] storing logs to gcs bucket

This commit is contained in:
Mike Aizatsky 2017-03-13 17:06:39 -07:00
parent f1fa36f418
commit ba48ca174a
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ def main():
'steps': get_build_steps(project_yaml), 'steps': get_build_steps(project_yaml),
'timeout': str(4 * 3600) + 's', 'timeout': str(4 * 3600) + 's',
'options': options, 'options': options,
'logsBucket': 'oss-fuzz-gcb-logs',
'images': [ project_yaml['image'] ], 'images': [ project_yaml['image'] ],
} }