| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "name": "cleanup_temp" | 251 "name": "cleanup_temp" |
| 252 }, | 252 }, |
| 253 { | 253 { |
| 254 "cmd": [ | 254 "cmd": [ |
| 255 "python", | 255 "python", |
| 256 "-u", | 256 "-u", |
| 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 257 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 258 "--show-path", | 258 "--show-path", |
| 259 "python", | 259 "python", |
| 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 261 "--gsutil-py-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 261 "--ninja-path", | 263 "--ninja-path", |
| 262 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 264 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 263 "--target", | 265 "--target", |
| 264 "Release", | 266 "Release", |
| 265 "--src-dir", | 267 "--src-dir", |
| 266 "[SLAVE_BUILD]\\src", | 268 "[SLAVE_BUILD]\\src", |
| 267 "--goma-cache-dir", | 269 "--goma-cache-dir", |
| 268 "[GOMA_CACHE]", | 270 "[GOMA_CACHE]", |
| 269 "--build-tool", | 271 "--build-tool", |
| 270 "ninja", | 272 "ninja", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 296 ], | 298 ], |
| 297 "cwd": "[SLAVE_BUILD]", | 299 "cwd": "[SLAVE_BUILD]", |
| 298 "name": "mark: before_tests" | 300 "name": "mark: before_tests" |
| 299 }, | 301 }, |
| 300 { | 302 { |
| 301 "name": "$result", | 303 "name": "$result", |
| 302 "recipe_result": null, | 304 "recipe_result": null, |
| 303 "status_code": 0 | 305 "status_code": 0 |
| 304 } | 306 } |
| 305 ] | 307 ] |
| OLD | NEW |