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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "Release", | 227 "Release", |
228 "--src-dir", | 228 "--src-dir", |
229 "[SLAVE_BUILD]\\src", | 229 "[SLAVE_BUILD]\\src", |
230 "--build-tool", | 230 "--build-tool", |
231 "ninja", | 231 "ninja", |
232 "--compiler", | 232 "--compiler", |
233 "clang", | 233 "clang", |
234 "--mode", | 234 "--mode", |
235 "official", | 235 "official", |
236 "--clobber", | 236 "--clobber", |
237 "--" | 237 "--", |
| 238 "all", |
| 239 "crash_service" |
238 ], | 240 ], |
239 "cwd": "[SLAVE_BUILD]", | 241 "cwd": "[SLAVE_BUILD]", |
240 "env": { | 242 "env": { |
241 "LLVM_FORCE_HEAD_REVISION": "YES" | 243 "LLVM_FORCE_HEAD_REVISION": "YES" |
242 }, | 244 }, |
243 "name": "compile" | 245 "name": "compile" |
244 }, | 246 }, |
245 { | 247 { |
246 "cmd": [ | 248 "cmd": [ |
247 "python", | 249 "python", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 ], | 366 ], |
365 "cwd": "[SLAVE_BUILD]", | 367 "cwd": "[SLAVE_BUILD]", |
366 "name": "process_dumps" | 368 "name": "process_dumps" |
367 }, | 369 }, |
368 { | 370 { |
369 "name": "$result", | 371 "name": "$result", |
370 "recipe_result": null, | 372 "recipe_result": null, |
371 "status_code": 0 | 373 "status_code": 0 |
372 } | 374 } |
373 ] | 375 ] |
OLD | NEW |