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

Unified Diff: recipes.py

Issue 2378903002: Annotation protobuf code can now dump final. (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
« recipe_engine/stream_logdog.py ('K') | « recipe_engine/stream_logdog.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes.py
diff --git a/recipes.py b/recipes.py
index c7eeb2209aaa7d92fffe1dfa5a71791a79959ad2..96c24a2006bb25c071c450a6c61967a1cee83891 100755
--- a/recipes.py
+++ b/recipes.py
@@ -173,6 +173,7 @@ def run(package_deps, args, op_args):
stream_engine.append_stream_engine(stream_logdog.StreamEngine(
streamserver_uri=op_args.logdog.streamserver_uri,
name_base=(op_args.logdog.name_base or None),
+ dump_path=op_args.logdog.final_annotation_dump_path,
))
# If we're teeing, also fold in a standard annotation stream engine.
« recipe_engine/stream_logdog.py ('K') | « recipe_engine/stream_logdog.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698