| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 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 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "python", | 15 "python", |
| 16 "-u", | 16 "-u", |
| 17 "[SLAVE_BUILD]/build/gyp_chromium", | 17 "[SLAVE_BUILD]/build/gyp_chromium", |
| 18 "--analyzer", | 18 "--analyzer2", |
| 19 "yy" | 19 "{\"files\": [\"yy\"], \"targets\": []}", |
| 20 "/path/to/tmp/json" |
| 20 ], | 21 ], |
| 21 "env": { | 22 "env": { |
| 22 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" | 23 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1" |
| 23 }, | 24 }, |
| 24 "name": "analyze", | 25 "name": "analyze", |
| 25 "stdout": "/path/to/tmp/", | |
| 26 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 27 "@@@STEP_TEXT@No compile necessary@@@" | 27 "@@@STEP_TEXT@No compile necessary@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 32 "@@@STEP_LOG_END@json.output@@@" |
| 28 ] | 33 ] |
| 29 } | 34 } |
| 30 ] | 35 ] |
| OLD | NEW |