From ba48ca174ada9fc51b02e835191da4d81712f617 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Mon, 13 Mar 2017 17:06:39 -0700 Subject: [PATCH] [infra] storing logs to gcs bucket --- infra/gcb/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/gcb/build.py b/infra/gcb/build.py index 065e30d44..895a6fdd3 100755 --- a/infra/gcb/build.py +++ b/infra/gcb/build.py @@ -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'] ], }