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

Unified Diff: scripts/slave/telemetry.py

Issue 545803002: Update buildbots to parse new telemetry JSON format. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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
Index: scripts/slave/telemetry.py
diff --git a/scripts/slave/telemetry.py b/scripts/slave/telemetry.py
index b486d378517f086603caa44c7a816047ed877f9b..3bae14e114ccb0cb22f042a010c9807c7e0b765d 100755
--- a/scripts/slave/telemetry.py
+++ b/scripts/slave/telemetry.py
@@ -77,7 +77,7 @@ def _GenerateTelemetryCommandSequence(options):
# INFO level verbosity.
'-v',
# Output results in the format the buildbot expects.
- '--output-format=buildbot',
+ '--chartjson',
]
if profile_type:

Powered by Google App Engine
This is Rietveld 408576698