diff options
author | borenet <borenet@chromium.org> | 2016-10-04 12:32:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-04 12:32:04 -0700 |
commit | d6699c8281f59062f50ab2b40b6a34017dd1ba8b (patch) | |
tree | 509053a797fd92faf21ef657c6de0ff5dcdd0dda /infra/bots/recipe_modules | |
parent | 4a3717a0b7e711d60a861e8b6cd98bf6d44e795b (diff) |
Make binary size analysis upload to skia-perf bucket
It's currently pointed at chromium-skia-gm, but Perf results are now
uploaded to skia-perf.
BUG=skia:2969
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2371193002
Review-Url: https://codereview.chromium.org/2371193002
Diffstat (limited to 'infra/bots/recipe_modules')
-rwxr-xr-x | infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py b/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py index 5cb24d967a..99887ea9cc 100755 --- a/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py +++ b/infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py @@ -335,7 +335,7 @@ def DumpCompactTree(symbols, symbol_path_origin_dir, ha, ts, issue, gsutil): # Use separators without whitespace to get a smaller file. json.dump(json_data, out, separators=(',', ':')) - GS_PREFIX = 'gs://chromium-skia-gm/' + GS_PREFIX = 'gs://skia-perf/' # Writes to Google Storage for visualization. subprocess.check_call(GetGsCopyCommandList( gsutil, tmpfile, GS_PREFIX + 'size/' + ha + '.json')) |