| 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", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 "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" |
| 24 }, | 24 }, |
| 25 "name": "analyze", | 25 "name": "analyze", |
| 26 "~followup_annotations": [ | 26 "~followup_annotations": [ |
| 27 "@@@STEP_TEXT@Error: ERROR@@@", | 27 "@@@STEP_TEXT@Error: ERROR@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", | 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"error\": \"ERROR\"@@@", | 29 "@@@STEP_LOG_LINE@json.output@ \"error\": \"ERROR\"@@@", |
| 30 "@@@STEP_LOG_LINE@json.output@}@@@", | 30 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 31 "@@@STEP_LOG_END@json.output@@@" | 31 "@@@STEP_LOG_END@json.output@@@" |
| 32 ] | 32 ] |
| 33 }, |
| 34 { |
| 35 "cmd": [ |
| 36 "echo", |
| 37 "Why hello, there." |
| 38 ], |
| 39 "name": "hello" |
| 33 } | 40 } |
| 34 ] | 41 ] |
| OLD | NEW |