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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 238 "all" |
239 "crash_service" | |
240 ], | 239 ], |
241 "cwd": "[SLAVE_BUILD]", | 240 "cwd": "[SLAVE_BUILD]", |
242 "env": { | 241 "env": { |
243 "LLVM_FORCE_HEAD_REVISION": "YES" | 242 "LLVM_FORCE_HEAD_REVISION": "YES" |
244 }, | 243 }, |
245 "name": "compile" | 244 "name": "compile" |
246 }, | 245 }, |
247 { | 246 { |
248 "cmd": [ | 247 "cmd": [ |
249 "python", | 248 "python", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 ], | 365 ], |
367 "cwd": "[SLAVE_BUILD]", | 366 "cwd": "[SLAVE_BUILD]", |
368 "name": "process_dumps" | 367 "name": "process_dumps" |
369 }, | 368 }, |
370 { | 369 { |
371 "name": "$result", | 370 "name": "$result", |
372 "recipe_result": null, | 371 "recipe_result": null, |
373 "status_code": 0 | 372 "status_code": 0 |
374 } | 373 } |
375 ] | 374 ] |
OLD | NEW |