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

Unified Diff: recipe_engine/arguments.proto

Issue 2231253002: Add the ability to dump initial recipe properties. (Closed) Base URL: https://github.com/luci/recipes-py@recipes-proto-config
Patch Set: Rebarse 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 | recipe_engine/arguments_pb2.py » ('j') | no next file with comments »
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 750f1fb385f442f00612ba731f7551544ef0c3d1..e639466d9979435e435d00e5c715339c5f36bc44 100644
--- a/recipe_engine/arguments.proto
+++ b/recipe_engine/arguments.proto
@@ -57,6 +57,10 @@ message Arguments {
message AnnotationFlags {
// If true, emit CURRENT_TIMESTAMP annotations.
bool emit_timestamp = 1;
+
+ // If true, emit all input properties as annotations at the beginning of
+ // recipe engine execution.
+ bool emit_initial_properties = 2;
}
// Annotation control flags.
AnnotationFlags annotation_flags = 2;
« no previous file with comments | « no previous file | recipe_engine/arguments_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698