Remove Perf upload ACL

BUG=skia:6070

Change-Id: I2ccd5c5a773094da5cadcc934ec953b0bc9de757
Reviewed-on: https://skia-review.googlesource.com/8131
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2017-02-07 12:56:57 -05:00 committed by Skia Commit-Bot
parent 49deb7edc8
commit 4f51aa57ea
5 changed files with 1 additions and 9 deletions

View File

@ -46,5 +46,5 @@ class UploadNanoResultsApi(recipe_api.RecipeApi):
self.m.step(
'upload',
cmd=['gsutil', 'cp', '-a', 'public-read', '-z', 'json', src, dst],
cmd=['gsutil', 'cp', '-z', 'json', src, dst],
infra_step=True)

View File

@ -14,8 +14,6 @@
"cmd": [
"gsutil",
"cp",
"-a",
"public-read",
"-z",
"json",
"[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_abc123.json",

View File

@ -14,8 +14,6 @@
"cmd": [
"gsutil",
"cp",
"-a",
"public-read",
"-z",
"json",
"[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/nanobench_abc123.json",

View File

@ -14,8 +14,6 @@
"cmd": [
"gsutil",
"cp",
"-a",
"public-read",
"-z",
"json",
"[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/nanobench_abc123.json",

View File

@ -14,8 +14,6 @@
"cmd": [
"gsutil",
"cp",
"-a",
"public-read",
"-z",
"json",
"[START_DIR]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_abc123.json",