| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[DEPOT_TOOLS]\\git.bat", | 4 "RECIPE_PACKAGE[depot_tools]\\git.bat", |
| 5 "diff", | 5 "diff", |
| 6 "--cached", | 6 "--cached", |
| 7 "--name-only" | 7 "--name-only" |
| 8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", | 9 "cwd": "[SLAVE_BUILD]", |
| 10 "name": "git diff to analyze patch", | 10 "name": "git diff to analyze patch", |
| 11 "stdout": "/path/to/tmp/", | 11 "stdout": "/path/to/tmp/", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 13 "@@@STEP_LOG_LINE@files@foo.cc@@@", |
| 14 "@@@STEP_LOG_END@files@@@" | 14 "@@@STEP_LOG_END@files@@@" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 28 "@@@STEP_FAILURE@@@", | 28 "@@@STEP_FAILURE@@@", |
| 29 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" | 29 "@@@SET_BUILD_PROPERTY@failure_hash@\"c2311ad770732eade3d2f48247abd147e40a
70e7\"@@@" |
| 30 ] | 30 ] |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "name": "$result", | 33 "name": "$result", |
| 34 "reason": "Step('fail') failed with return_code 1", | 34 "reason": "Step('fail') failed with return_code 1", |
| 35 "status_code": 1 | 35 "status_code": 1 |
| 36 } | 36 } |
| 37 ] | 37 ] |
| OLD | NEW |