| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "-u", | 224 "-u", |
| 225 "[BUILD]\\scripts\\slave\\compile.py", | 225 "[BUILD]\\scripts\\slave\\compile.py", |
| 226 "--target", | 226 "--target", |
| 227 "Debug_x64", | 227 "Debug_x64", |
| 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 "--" | 234 "--", |
| 235 "all", |
| 236 "crash_service" |
| 235 ], | 237 ], |
| 236 "cwd": "[SLAVE_BUILD]", | 238 "cwd": "[SLAVE_BUILD]", |
| 237 "env": { | 239 "env": { |
| 238 "LLVM_FORCE_HEAD_REVISION": "YES" | 240 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 239 }, | 241 }, |
| 240 "name": "compile" | 242 "name": "compile" |
| 241 }, | 243 }, |
| 242 { | 244 { |
| 243 "cmd": [ | 245 "cmd": [ |
| 244 "python", | 246 "python", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 ], | 363 ], |
| 362 "cwd": "[SLAVE_BUILD]", | 364 "cwd": "[SLAVE_BUILD]", |
| 363 "name": "process_dumps" | 365 "name": "process_dumps" |
| 364 }, | 366 }, |
| 365 { | 367 { |
| 366 "name": "$result", | 368 "name": "$result", |
| 367 "recipe_result": null, | 369 "recipe_result": null, |
| 368 "status_code": 0 | 370 "status_code": 0 |
| 369 } | 371 } |
| 370 ] | 372 ] |
| OLD | NEW |