OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "echo", | 4 "echo", |
5 "Hello World" | 5 "Hello World" |
6 ], | 6 ], |
7 "name": "hello" | 7 "name": "hello" |
8 }, | 8 }, |
9 { | 9 { |
10 "cmd": [ | 10 "cmd": [ |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 ], | 49 ], |
50 "name": "hello (3)", | 50 "name": "hello (3)", |
51 "~followup_annotations": [ | 51 "~followup_annotations": [ |
52 "@@@STEP_LOG_LINE@the reason@The reason@@@", | 52 "@@@STEP_LOG_LINE@the reason@The reason@@@", |
53 "@@@STEP_LOG_LINE@the reason@it failed@@@", | 53 "@@@STEP_LOG_LINE@the reason@it failed@@@", |
54 "@@@STEP_LOG_END@the reason@@@", | 54 "@@@STEP_LOG_END@the reason@@@", |
55 "@@@STEP_EXCEPTION@@@" | 55 "@@@STEP_EXCEPTION@@@" |
56 ] | 56 ] |
57 }, | 57 }, |
58 { | 58 { |
59 "cmd": [], | |
60 "name": "Just print stuff", | 59 "name": "Just print stuff", |
61 "~followup_annotations": [ | 60 "~followup_annotations": [ |
62 "@@@STEP_LOG_LINE@more@More stuff@@@", | 61 "@@@STEP_LOG_LINE@more@More stuff@@@", |
63 "@@@STEP_LOG_END@more@@@" | 62 "@@@STEP_LOG_END@more@@@" |
64 ] | 63 ] |
65 }, | 64 }, |
66 { | 65 { |
67 "cmd": [ | 66 "cmd": [ |
68 "echo", | 67 "echo", |
69 "goodbye" | 68 "goodbye" |
(...skipping 11 matching lines...) Expand all Loading... |
81 "@@@STEP_WARNINGS@@@" | 80 "@@@STEP_WARNINGS@@@" |
82 ] | 81 ] |
83 }, | 82 }, |
84 { | 83 { |
85 "name": "$result", | 84 "name": "$result", |
86 "reason": "Step('warning') failed with return_code 1", | 85 "reason": "Step('warning') failed with return_code 1", |
87 "recipe_result": null, | 86 "recipe_result": null, |
88 "status_code": 1 | 87 "status_code": 1 |
89 } | 88 } |
90 ] | 89 ] |
OLD | NEW |