Remove Perf upload ACL
authorEric Boren <borenet@google.com>
Tue, 7 Feb 2017 17:56:57 +0000 (12:56 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 7 Feb 2017 18:57:35 +0000 (18:57 +0000)
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>

infra/bots/recipe_modules/upload_nano_results/api.py
infra/bots/recipe_modules/upload_nano_results/example.expected/normal_bot.json
infra/bots/recipe_modules/upload_nano_results/example.expected/recipe_with_gerrit_patch.json
infra/bots/recipe_modules/upload_nano_results/example.expected/trybot.json
infra/bots/recipes/upload_nano_results.expected/upload.json

index e215273..bfec2fd 100644 (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)
index e004853..2a5d199 100644 (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",
index f55491c..9eeab96 100644 (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",
index dd71c71..2b16c92 100644 (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",
index e004853..2a5d199 100644 (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",