[infra] gcb: Upload builds to production buckets.

This commit is contained in:
Oliver Chang 2017-03-15 11:57:00 -07:00
parent 68bde691ef
commit 1ea45f8bd4
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ EngineInfo = collections.namedtuple(
ENGINE_INFO = {
'libfuzzer': EngineInfo(
upload_bucket='clusterfuzz-builds-test',
upload_bucket='clusterfuzz-builds',
supported_sanitizers=['address', 'memory', 'undefined']),
'afl': EngineInfo(
upload_bucket='clusterfuzz-builds-afl-test',
upload_bucket='clusterfuzz-builds-afl',
supported_sanitizers=['address']),
}