OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]/scripts/slave/git_setup.py", | 6 "[BUILD]/scripts/slave/git_setup.py", |
7 "--path", | 7 "--path", |
8 "[TMP_BASE]/patch_tmp_1", | 8 "[TMP_BASE]/patch_tmp_1", |
9 "--url", | 9 "--url", |
10 "http://patch.url/" | 10 "http://patch.url/" |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "~followup_annotations": [ | 92 "~followup_annotations": [ |
93 "step returned non-zero exit code: 1", | 93 "step returned non-zero exit code: 1", |
94 "@@@STEP_TEXT@foo@@@", | 94 "@@@STEP_TEXT@foo@@@", |
95 "@@@STEP_FAILURE@@@", | 95 "@@@STEP_FAILURE@@@", |
96 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 96 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
97 ] | 97 ] |
98 }, | 98 }, |
99 { | 99 { |
100 "name": "$result", | 100 "name": "$result", |
101 "reason": "Step('fail') failed with return_code 1", | 101 "reason": "Step('fail') failed with return_code 1", |
| 102 "recipe_result": null, |
102 "status_code": 1 | 103 "status_code": 1 |
103 } | 104 } |
104 ] | 105 ] |
OLD | NEW |