| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 182 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
| 183 ] | 183 ] |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "python", | 187 "python", |
| 188 "-u", | 188 "-u", |
| 189 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", | 189 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", |
| 190 "--analyzer", | 190 "--analyzer", |
| 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"mini_installer\", \"tab_captur
e_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"crash_service\", \"g
l_tests_run\", \"mini_installer\", \"tab_capture_end2end_tests_run\", \"telemetr
y_gpu_test_run\"]}", |
| 192 "/path/to/tmp/json" | 192 "/path/to/tmp/json" |
| 193 ], | 193 ], |
| 194 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
| 195 "env": { | 195 "env": { |
| 196 "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" | 196 "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" |
| 197 }, | 197 }, |
| 198 "name": "analyze", | 198 "name": "analyze", |
| 199 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 200 "@@@STEP_TEXT@No compile necessary@@@", | 200 "@@@STEP_TEXT@No compile necessary@@@", |
| 201 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 205 "@@@STEP_LOG_LINE@json.output@}@@@", | 205 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 206 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
| 207 ] | 207 ] |
| 208 } | 208 } |
| 209 ] | 209 ] |
| OLD | NEW |