| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "@@@STEP_LOG_LINE@json.output@}@@@", | 183 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" | 184 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] | 185 ] |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "python", | 189 "python", |
| 190 "-u", | 190 "-u", |
| 191 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", | 191 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", |
| 192 "--analyzer", | 192 "--analyzer", |
| 193 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chr
ome\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_cap
ture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 193 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chr
ome\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\",
\"gl_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telem
etry_gpu_test_run\"]}", |
| 194 "/path/to/tmp/json" | 194 "/path/to/tmp/json" |
| 195 ], | 195 ], |
| 196 "cwd": "[SLAVE_BUILD]", | 196 "cwd": "[SLAVE_BUILD]", |
| 197 "env": { | 197 "env": { |
| 198 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" | 198 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 te
st_isolation_mode=prepare use_goma=1" |
| 199 }, | 199 }, |
| 200 "name": "analyze", | 200 "name": "analyze", |
| 201 "~followup_annotations": [ | 201 "~followup_annotations": [ |
| 202 "@@@STEP_TEXT@No compile necessary@@@", | 202 "@@@STEP_TEXT@No compile necessary@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@{@@@", | 203 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 207 "@@@STEP_LOG_LINE@json.output@}@@@", | 207 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 208 "@@@STEP_LOG_END@json.output@@@" | 208 "@@@STEP_LOG_END@json.output@@@" |
| 209 ] | 209 ] |
| 210 } | 210 } |
| 211 ] | 211 ] |
| OLD | NEW |