mirror of https://github.com/google/oss-fuzz.git
[infra] storing logs to gcs bucket
This commit is contained in:
parent
f1fa36f418
commit
ba48ca174a
|
@ -172,6 +172,7 @@ def main():
|
|||
'steps': get_build_steps(project_yaml),
|
||||
'timeout': str(4 * 3600) + 's',
|
||||
'options': options,
|
||||
'logsBucket': 'oss-fuzz-gcb-logs',
|
||||
'images': [ project_yaml['image'] ],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue