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

Unified Diff: recipes.py

Issue 2378903002: Annotation protobuf code can now dump final. (Closed)
Patch Set: Rebase, add unit test. Created 4 years, 2 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: recipes.py
diff --git a/recipes.py b/recipes.py
index a94dd77747cbd257f94989a14a88b1dee6757caf..8eb87fded1c424231ac3160cdd91f426a7f5f3a7 100755
--- a/recipes.py
+++ b/recipes.py
@@ -179,6 +179,7 @@ def run(package_deps, args, op_args):
stream_engines.append(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/unittests/stream_logdog_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698