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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 "name": "generate_build_files" | 191 "name": "generate_build_files" |
192 }, | 192 }, |
193 { | 193 { |
194 "cmd": [ | 194 "cmd": [ |
195 "python", | 195 "python", |
196 "-u", | 196 "-u", |
197 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
198 "--show-path", | 198 "--show-path", |
199 "python", | 199 "python", |
200 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 200 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 201 "--gsutil-py-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
201 "--ninja-path", | 203 "--ninja-path", |
202 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 204 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
203 "--target", | 205 "--target", |
204 "Release_x64", | 206 "Release_x64", |
205 "--src-dir", | 207 "--src-dir", |
206 "[SLAVE_BUILD]\\src", | 208 "[SLAVE_BUILD]\\src", |
207 "--goma-cache-dir", | 209 "--goma-cache-dir", |
208 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
209 "--build-tool", | 211 "--build-tool", |
210 "ninja", | 212 "ninja", |
(...skipping 13 matching lines...) Expand all Loading... |
224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
225 "@@@STEP_LOG_END@json.output (invalid)@@@" | 227 "@@@STEP_LOG_END@json.output (invalid)@@@" |
226 ] | 228 ] |
227 }, | 229 }, |
228 { | 230 { |
229 "name": "$result", | 231 "name": "$result", |
230 "recipe_result": null, | 232 "recipe_result": null, |
231 "status_code": 0 | 233 "status_code": 0 |
232 } | 234 } |
233 ] | 235 ] |
OLD | NEW |