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

Unified Diff: recipe_modules/step/config.py

Issue 2265673002: Add LogDog / annotation protobuf support. (Closed) Base URL: https://github.com/luci/recipes-py@step-formal-struct
Patch Set: 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
Index: recipe_modules/step/config.py
diff --git a/recipe_modules/step/config.py b/recipe_modules/step/config.py
index 4520f82b89e73f444b71e11e46b77b1c43c80c3a..487992017e139c4a1a6443ff34d5e85680b9ed2e 100644
--- a/recipe_modules/step/config.py
+++ b/recipe_modules/step/config.py
@@ -19,6 +19,7 @@ def BaseConfig(**_kwargs):
# For compatibility with buildbot, the step name must be ascii, which is why
# this is a 'str' and not a 'basestring'.
name = Single(str),
+ base_name = Single(str, required=False),
cmd = List(inner_type=(int,long,basestring,Path,Placeholder),
jsonish_fn=render_cmd),
timeout = Single(int, required=False),

Powered by Google App Engine
This is Rietveld 408576698