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

Unified Diff: recipe_engine/arguments.proto

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
« no previous file with comments | « no previous file | recipe_engine/arguments_pb2.py » ('j') | recipe_engine/stream_logdog.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/arguments.proto
diff --git a/recipe_engine/arguments.proto b/recipe_engine/arguments.proto
index 579cd41d13cdc12d79d5613ead632669d82949c7..66737773fda68b0858425a64898c17b664847703 100644
--- a/recipe_engine/arguments.proto
+++ b/recipe_engine/arguments.proto
@@ -81,6 +81,10 @@ message Arguments {
// If true, tee output through STDOUT/STDERR using inline @@@annotation@@@
// markers in addition to LogDog streaming.
bool tee = 3;
+
+ // If not empty, this is a path where the final annotation protobuf should
+ // be dumped on completion.
+ string final_annotation_dump_path = 4;
}
LogDogFlags logdog = 3;
}
« no previous file with comments | « no previous file | recipe_engine/arguments_pb2.py » ('j') | recipe_engine/stream_logdog.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698