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

Unified Diff: tools/skp/recreate_skps.py

Issue 1658653002: Upload SKPs to chrome-partner-telemetry (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Fixes Created 4 years, 11 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 | tools/skp/webpages_playback.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skp/recreate_skps.py
diff --git a/tools/skp/recreate_skps.py b/tools/skp/recreate_skps.py
index a2c24df560b16a5e250a1bb6bb01535b9f5ef180..46412771309d5052bddeedbd954a8b39faf728e3 100644
--- a/tools/skp/recreate_skps.py
+++ b/tools/skp/recreate_skps.py
@@ -58,6 +58,7 @@ def main(chrome_src_path, browser_executable):
'--browser_executable', browser_executable,
'--non-interactive',
'--upload',
+ '--upload_to_partner_bucket',
'--alternate_upload_dir', upload_dir,
'--chrome_src_path', chrome_src_path,
]
« no previous file with comments | « no previous file | tools/skp/webpages_playback.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698