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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", | 175 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", |
176 "--analyzer", | 176 "--analyzer", |
177 "{\"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\"]}", | 177 "{\"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\"]}", |
178 "/path/to/tmp/json" | 178 "/path/to/tmp/json" |
179 ], | 179 ], |
180 "env": { | 180 "env": { |
181 "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" | 181 "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" |
182 }, | 182 }, |
183 "name": "analyze", | 183 "name": "analyze", |
184 "~followup_annotations": [ | 184 "~followup_annotations": [ |
185 "@@@STEP_TEXT@No compile necessary@@@", | |
186 "@@@STEP_LOG_LINE@json.output@{@@@", | 185 "@@@STEP_LOG_LINE@json.output@{@@@", |
187 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
188 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"All\", @@@", |
189 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests\"@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"gpu_unittests_run\"@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
190 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
191 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
192 ] | 196 ] |
| 197 }, |
| 198 { |
| 199 "cmd": [ |
| 200 "python", |
| 201 "-u", |
| 202 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 203 ], |
| 204 "name": "cleanup_temp" |
| 205 }, |
| 206 { |
| 207 "cmd": [ |
| 208 "python", |
| 209 "-u", |
| 210 "[BUILD]\\scripts\\slave\\compile.py", |
| 211 "--target", |
| 212 "Release", |
| 213 "--src-dir", |
| 214 "[SLAVE_BUILD]\\src", |
| 215 "--build-tool", |
| 216 "ninja", |
| 217 "--compiler", |
| 218 "goma", |
| 219 "--goma-dir", |
| 220 "[BUILD]\\goma", |
| 221 "--", |
| 222 "gpu_unittests_run" |
| 223 ], |
| 224 "name": "compile (with patch)" |
193 } | 225 } |
194 ] | 226 ] |
OLD | NEW |