| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 ] | 114 ] |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | 117 "cmd": [ |
| 118 "python", | 118 "python", |
| 119 "-u", | 119 "-u", |
| 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 121 "--show-path", | 121 "--show-path", |
| 122 "python", | 122 "python", |
| 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 124 "--gsutil-py-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 124 "--ninja-path", | 126 "--ninja-path", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 127 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 126 "--target", | 128 "--target", |
| 127 "Release_x64", | 129 "Release_x64", |
| 128 "--src-dir", | 130 "--src-dir", |
| 129 "[SLAVE_BUILD]\\v8", | 131 "[SLAVE_BUILD]\\v8", |
| 130 "--goma-cache-dir", | 132 "--goma-cache-dir", |
| 131 "[GOMA_CACHE]", | 133 "[GOMA_CACHE]", |
| 132 "--build-tool", | 134 "--build-tool", |
| 133 "ninja", | 135 "ninja", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 149 ] | 151 ] |
| 150 }, | 152 }, |
| 151 { | 153 { |
| 152 "name": "$result", | 154 "name": "$result", |
| 153 "recipe_result": null, | 155 "recipe_result": null, |
| 154 "status_code": 0 | 156 "status_code": 0 |
| 155 } | 157 } |
| 156 ] | 158 ] |
| OLD | NEW |