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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 ] | 315 ] |
316 }, | 316 }, |
317 { | 317 { |
318 "cmd": [ | 318 "cmd": [ |
319 "python", | 319 "python", |
320 "-u", | 320 "-u", |
321 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
322 "--show-path", | 322 "--show-path", |
323 "python", | 323 "python", |
324 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 324 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 325 "--gsutil-py-path", |
| 326 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
325 "--ninja-path", | 327 "--ninja-path", |
326 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 328 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
327 "--target", | 329 "--target", |
328 "Debug_x64", | 330 "Debug_x64", |
329 "--src-dir", | 331 "--src-dir", |
330 "[SLAVE_BUILD]\\src", | 332 "[SLAVE_BUILD]\\src", |
331 "--goma-cache-dir", | 333 "--goma-cache-dir", |
332 "[GOMA_CACHE]", | 334 "[GOMA_CACHE]", |
333 "--build-tool", | 335 "--build-tool", |
334 "ninja", | 336 "ninja", |
(...skipping 23 matching lines...) Expand all Loading... |
358 ], | 360 ], |
359 "cwd": "[SLAVE_BUILD]", | 361 "cwd": "[SLAVE_BUILD]", |
360 "name": "mark: before_tests" | 362 "name": "mark: before_tests" |
361 }, | 363 }, |
362 { | 364 { |
363 "name": "$result", | 365 "name": "$result", |
364 "recipe_result": null, | 366 "recipe_result": null, |
365 "status_code": 0 | 367 "status_code": 0 |
366 } | 368 } |
367 ] | 369 ] |
OLD | NEW |