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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "-u", | 220 "-u", |
221 "[BUILD]\\scripts\\slave\\compile.py", | 221 "[BUILD]\\scripts\\slave\\compile.py", |
222 "--target", | 222 "--target", |
223 "Debug", | 223 "Debug", |
224 "--src-dir", | 224 "--src-dir", |
225 "[SLAVE_BUILD]\\src", | 225 "[SLAVE_BUILD]\\src", |
226 "--build-tool", | 226 "--build-tool", |
227 "ninja", | 227 "ninja", |
228 "--compiler", | 228 "--compiler", |
229 "clang", | 229 "clang", |
230 "--" | 230 "--", |
| 231 "all", |
| 232 "crash_service" |
231 ], | 233 ], |
232 "cwd": "[SLAVE_BUILD]", | 234 "cwd": "[SLAVE_BUILD]", |
233 "name": "compile" | 235 "name": "compile" |
234 }, | 236 }, |
235 { | 237 { |
236 "cmd": [ | 238 "cmd": [ |
237 "python", | 239 "python", |
238 "-u", | 240 "-u", |
239 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 241 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", |
240 "--build-dir", | 242 "--build-dir", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "~followup_annotations": [ | 302 "~followup_annotations": [ |
301 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" | 303 "@@@STEP_TEXT@CrWinClang(dbg) tester@@@" |
302 ] | 304 ] |
303 }, | 305 }, |
304 { | 306 { |
305 "name": "$result", | 307 "name": "$result", |
306 "recipe_result": null, | 308 "recipe_result": null, |
307 "status_code": 0 | 309 "status_code": 0 |
308 } | 310 } |
309 ] | 311 ] |
OLD | NEW |