| Index: recipes/example/nested.expected/basic.json
|
| diff --git a/recipes/example/nested.expected/basic.json b/recipes/example/nested.expected/basic.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b1cb0f35a42442515d3bb597b8888ee44b585a4f
|
| --- /dev/null
|
| +++ b/recipes/example/nested.expected/basic.json
|
| @@ -0,0 +1,88 @@
|
| +[
|
| + {
|
| + "cmd": [],
|
| + "name": "complicated thing"
|
| + },
|
| + {
|
| + "cmd": [],
|
| + "name": "complicated thing.first part",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "sleep",
|
| + "1"
|
| + ],
|
| + "name": "complicated thing.first part.wait a bit",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@2@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "echo",
|
| + "herpy"
|
| + ],
|
| + "name": "complicated thing.attempt number.one",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "echo",
|
| + "derpy"
|
| + ],
|
| + "name": "complicated thing.attempt number.two",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [],
|
| + "name": "inherit status"
|
| + },
|
| + {
|
| + "cmd": [],
|
| + "name": "inherit status.inner step",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_EXCEPTION@@@"
|
| + ]
|
| + },
|
| + {
|
| + "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@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "sleep",
|
| + "1"
|
| + ],
|
| + "name": "simple thing"
|
| + },
|
| + {
|
| + "name": "$result",
|
| + "recipe_result": null,
|
| + "status_code": 0
|
| + }
|
| +]
|
|
|