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

Unified Diff: infra/bots/assets/skp/create.py

Issue 2229433002: Speculative fix for SKP partner-dir upload (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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: infra/bots/assets/skp/create.py
diff --git a/infra/bots/assets/skp/create.py b/infra/bots/assets/skp/create.py
index 6bf716c532b05d88716d7bc340c8f9996add7179..e2d3f66d27fe6eb2fff0534df02f5436bbed5441 100755
--- a/infra/bots/assets/skp/create.py
+++ b/infra/bots/assets/skp/create.py
@@ -50,6 +50,8 @@ def create_asset(chrome_src_path, browser_executable, target_dir,
]
if upload_to_partner_bucket:
webpages_playback_cmd.append('--upload_to_partner_bucket')
+ print 'Running webpages_playback command:\n$ %s' % (
+ ' '.join(webpages_playback_cmd))
try:
subprocess.check_call(webpages_playback_cmd)
finally:
« 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