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

Unified Diff: recipe_engine/step_runner.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_engine/step_runner.py
diff --git a/recipe_engine/step_runner.py b/recipe_engine/step_runner.py
index 7a4eef5fb52997b4f9e752e38e925acbbb429b73..94e8c56d0f431eb489760e06a36919f0bd4aa97b 100644
--- a/recipe_engine/step_runner.py
+++ b/recipe_engine/step_runner.py
@@ -396,6 +396,7 @@ class SimulationStepRunner(StepRunner):
# List of attributes in a recipe_api.StepConfig to omit when rendering
# step history.
_STEP_CONFIG_RENDER_BLACKLIST = set((
+ 'base_name',
'nest_level',
'ok_ret',
'infra_step',
« no previous file with comments | « recipe_engine/recipe_api.py ('k') | recipe_engine/stream.py » ('j') | recipe_engine/stream.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698