| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "name": "cleanup_temp" | 122 "name": "cleanup_temp" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 128 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 129 "--show-path", | 129 "--show-path", |
| 130 "python", | 130 "python", |
| 131 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 131 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 132 "--gsutil-py-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 132 "--ninja-path", | 134 "--ninja-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 135 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 134 "--target", | 136 "--target", |
| 135 "Debug", | 137 "Debug", |
| 136 "--src-dir", | 138 "--src-dir", |
| 137 "[SLAVE_BUILD]\\v8", | 139 "[SLAVE_BUILD]\\v8", |
| 138 "--goma-cache-dir", | 140 "--goma-cache-dir", |
| 139 "[GOMA_CACHE]", | 141 "[GOMA_CACHE]", |
| 140 "--build-tool", | 142 "--build-tool", |
| 141 "ninja", | 143 "ninja", |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 621 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 620 "@@@STEP_LOG_END@durations@@@" | 622 "@@@STEP_LOG_END@durations@@@" |
| 621 ] | 623 ] |
| 622 }, | 624 }, |
| 623 { | 625 { |
| 624 "name": "$result", | 626 "name": "$result", |
| 625 "recipe_result": null, | 627 "recipe_result": null, |
| 626 "status_code": 0 | 628 "status_code": 0 |
| 627 } | 629 } |
| 628 ] | 630 ] |
| OLD | NEW |