OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[DEPOT_TOOLS]/apply_issue.py", | 6 "[DEPOT_TOOLS]/apply_issue.py", |
7 "-r", | 7 "-r", |
8 "[SLAVE_BUILD]", | 8 "[SLAVE_BUILD]", |
9 "-i", | 9 "-i", |
10 "12853011", | 10 "12853011", |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "~followup_annotations": [ | 72 "~followup_annotations": [ |
73 "step returned non-zero exit code: 1", | 73 "step returned non-zero exit code: 1", |
74 "@@@STEP_TEXT@foo@@@", | 74 "@@@STEP_TEXT@foo@@@", |
75 "@@@STEP_FAILURE@@@", | 75 "@@@STEP_FAILURE@@@", |
76 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 76 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
77 ] | 77 ] |
78 }, | 78 }, |
79 { | 79 { |
80 "name": "$result", | 80 "name": "$result", |
81 "reason": "Step('fail') failed with return_code 1", | 81 "reason": "Step('fail') failed with return_code 1", |
| 82 "recipe_result": null, |
82 "status_code": 1 | 83 "status_code": 1 |
83 } | 84 } |
84 ] | 85 ] |
OLD | NEW |