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

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: Updated with comments, added test, proto 3.0.2. Created 4 years, 3 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 1b0448c97fcdbab3ddcaf13e34db2e5380684fc1..3256d192a164c4dab498fa8b5c58cafe915ba7d3 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',

Powered by Google App Engine
This is Rietveld 408576698