commit | d6699c8281f59062f50ab2b40b6a34017dd1ba8b | [log] [tgz] |
---|---|---|
author | borenet <borenet@chromium.org> | Tue Oct 04 12:32:04 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Oct 04 12:32:04 2016 -0700 |
tree | 509053a797fd92faf21ef657c6de0ff5dcdd0dda | |
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
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 5cb24d9..99887ea 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 @@ # 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'))