| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 ] | 237 ] |
| 238 }, | 238 }, |
| 239 { | 239 { |
| 240 "cmd": [ | 240 "cmd": [ |
| 241 "python", | 241 "python", |
| 242 "-u", | 242 "-u", |
| 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 243 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 244 "--show-path", | 244 "--show-path", |
| 245 "python", | 245 "python", |
| 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 246 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 247 "--gsutil-py-path", |
| 248 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 247 "--ninja-path", | 249 "--ninja-path", |
| 248 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 250 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 249 "--target", | 251 "--target", |
| 250 "Release_x64", | 252 "Release_x64", |
| 251 "--src-dir", | 253 "--src-dir", |
| 252 "[SLAVE_BUILD]\\src", | 254 "[SLAVE_BUILD]\\src", |
| 253 "--goma-cache-dir", | 255 "--goma-cache-dir", |
| 254 "[GOMA_CACHE]", | 256 "[GOMA_CACHE]", |
| 255 "--build-tool", | 257 "--build-tool", |
| 256 "ninja", | 258 "ninja", |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 ], | 375 ], |
| 374 "cwd": "[SLAVE_BUILD]", | 376 "cwd": "[SLAVE_BUILD]", |
| 375 "name": "process_dumps" | 377 "name": "process_dumps" |
| 376 }, | 378 }, |
| 377 { | 379 { |
| 378 "name": "$result", | 380 "name": "$result", |
| 379 "recipe_result": null, | 381 "recipe_result": null, |
| 380 "status_code": 0 | 382 "status_code": 0 |
| 381 } | 383 } |
| 382 ] | 384 ] |
| OLD | NEW |