Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py

Issue 2371193002: Make binary size analysis upload to skia-perf bucket (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/core/resources/run_binary_size_analysis.py
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 5cb24d967a78ca6a1d73f712f90de3bc923a48af..99887ea9ccd343fea24b26937afd9f33573cab65 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'))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698