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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 ] | 247 ] |
248 }, | 248 }, |
249 { | 249 { |
250 "cmd": [ | 250 "cmd": [ |
251 "python", | 251 "python", |
252 "-u", | 252 "-u", |
253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 253 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
254 "--show-path", | 254 "--show-path", |
255 "python", | 255 "python", |
256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 257 "--gsutil-py-path", |
| 258 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
257 "--ninja-path", | 259 "--ninja-path", |
258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 260 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
259 "--target", | 261 "--target", |
260 "Release", | 262 "Release", |
261 "--src-dir", | 263 "--src-dir", |
262 "[SLAVE_BUILD]\\src", | 264 "[SLAVE_BUILD]\\src", |
263 "--goma-cache-dir", | 265 "--goma-cache-dir", |
264 "[GOMA_CACHE]", | 266 "[GOMA_CACHE]", |
265 "--build-tool", | 267 "--build-tool", |
266 "ninja", | 268 "ninja", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 "~followup_annotations": [ | 398 "~followup_annotations": [ |
397 "@@@STEP_TEXT@WebKit Win7@@@" | 399 "@@@STEP_TEXT@WebKit Win7@@@" |
398 ] | 400 ] |
399 }, | 401 }, |
400 { | 402 { |
401 "name": "$result", | 403 "name": "$result", |
402 "recipe_result": null, | 404 "recipe_result": null, |
403 "status_code": 0 | 405 "status_code": 0 |
404 } | 406 } |
405 ] | 407 ] |
OLD | NEW |