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

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: Stronger flush meta logic, moar 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 | « recipe_modules/step/api.py ('k') | recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/step/config.py
diff --git a/recipe_modules/step/config.py b/recipe_modules/step/config.py
index ecb75f47f149759f39963e99e801298b21ddb69c..031ceb556c5ce2b5601702be033cce68f38f1578 100644
--- a/recipe_modules/step/config.py
+++ b/recipe_modules/step/config.py
@@ -18,6 +18,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),
« no previous file with comments | « recipe_modules/step/api.py ('k') | recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698