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

Unified Diff: recipes/example/nested.expected/basic.json

Issue 2253943003: Formally define step config, pass to stream. (Closed) Base URL: https://github.com/luci/recipes-py@nest-single-event
Patch Set: Rebase 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: recipes/example/nested.expected/basic.json
diff --git a/recipes/example/nested.expected/basic.json b/recipes/example/nested.expected/basic.json
index b1cb0f35a42442515d3bb597b8888ee44b585a4f..b5f4fe4d1b76663dd501076ca765435619742077 100644
--- a/recipes/example/nested.expected/basic.json
+++ b/recipes/example/nested.expected/basic.json
@@ -1,10 +1,8 @@
[
{
- "cmd": [],
"name": "complicated thing"
},
{
- "cmd": [],
"name": "complicated thing.first part",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
@@ -41,11 +39,9 @@
]
},
{
- "cmd": [],
"name": "inherit status"
},
{
- "cmd": [],
"name": "inherit status.inner step",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@",
@@ -53,21 +49,18 @@
]
},
{
- "cmd": [],
"name": "versatile status",
"~followup_annotations": [
"@@@STEP_FAILURE@@@"
]
},
{
- "cmd": [],
"name": "versatile status.inner step",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@1@@@"
]
},
{
- "cmd": [],
"name": "versatile status.inner step.even deeper",
"~followup_annotations": [
"@@@STEP_NEST_LEVEL@2@@@"

Powered by Google App Engine
This is Rietveld 408576698