OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
| 3 "cmd": [], |
3 "name": "complicated thing" | 4 "name": "complicated thing" |
4 }, | 5 }, |
5 { | 6 { |
| 7 "cmd": [], |
6 "name": "complicated thing.first part", | 8 "name": "complicated thing.first part", |
7 "~followup_annotations": [ | 9 "~followup_annotations": [ |
8 "@@@STEP_NEST_LEVEL@1@@@" | 10 "@@@STEP_NEST_LEVEL@1@@@" |
9 ] | 11 ] |
10 }, | 12 }, |
11 { | 13 { |
12 "cmd": [ | 14 "cmd": [ |
13 "sleep", | 15 "sleep", |
14 "1" | 16 "1" |
15 ], | 17 ], |
(...skipping 16 matching lines...) Expand all Loading... |
32 "cmd": [ | 34 "cmd": [ |
33 "echo", | 35 "echo", |
34 "derpy" | 36 "derpy" |
35 ], | 37 ], |
36 "name": "complicated thing.attempt number.two", | 38 "name": "complicated thing.attempt number.two", |
37 "~followup_annotations": [ | 39 "~followup_annotations": [ |
38 "@@@STEP_NEST_LEVEL@1@@@" | 40 "@@@STEP_NEST_LEVEL@1@@@" |
39 ] | 41 ] |
40 }, | 42 }, |
41 { | 43 { |
| 44 "cmd": [], |
42 "name": "inherit status" | 45 "name": "inherit status" |
43 }, | 46 }, |
44 { | 47 { |
| 48 "cmd": [], |
45 "name": "inherit status.inner step", | 49 "name": "inherit status.inner step", |
46 "~followup_annotations": [ | 50 "~followup_annotations": [ |
47 "@@@STEP_NEST_LEVEL@1@@@", | 51 "@@@STEP_NEST_LEVEL@1@@@", |
48 "@@@STEP_EXCEPTION@@@" | 52 "@@@STEP_EXCEPTION@@@" |
49 ] | 53 ] |
50 }, | 54 }, |
51 { | 55 { |
| 56 "cmd": [], |
52 "name": "versatile status", | 57 "name": "versatile status", |
53 "~followup_annotations": [ | 58 "~followup_annotations": [ |
54 "@@@STEP_FAILURE@@@" | 59 "@@@STEP_FAILURE@@@" |
55 ] | 60 ] |
56 }, | 61 }, |
57 { | 62 { |
| 63 "cmd": [], |
58 "name": "versatile status.inner step", | 64 "name": "versatile status.inner step", |
59 "~followup_annotations": [ | 65 "~followup_annotations": [ |
60 "@@@STEP_NEST_LEVEL@1@@@" | 66 "@@@STEP_NEST_LEVEL@1@@@" |
61 ] | 67 ] |
62 }, | 68 }, |
63 { | 69 { |
| 70 "cmd": [], |
64 "name": "versatile status.inner step.even deeper", | 71 "name": "versatile status.inner step.even deeper", |
65 "~followup_annotations": [ | 72 "~followup_annotations": [ |
66 "@@@STEP_NEST_LEVEL@2@@@" | 73 "@@@STEP_NEST_LEVEL@2@@@" |
67 ] | 74 ] |
68 }, | 75 }, |
69 { | 76 { |
70 "cmd": [ | 77 "cmd": [ |
71 "sleep", | 78 "sleep", |
72 "1" | 79 "1" |
73 ], | 80 ], |
74 "name": "simple thing" | 81 "name": "simple thing" |
75 }, | 82 }, |
76 { | 83 { |
77 "name": "$result", | 84 "name": "$result", |
78 "recipe_result": null, | 85 "recipe_result": null, |
79 "status_code": 0 | 86 "status_code": 0 |
80 } | 87 } |
81 ] | 88 ] |
OLD | NEW |