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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 "name": "cleanup_temp" | 187 "name": "cleanup_temp" |
188 }, | 188 }, |
189 { | 189 { |
190 "cmd": [ | 190 "cmd": [ |
191 "python", | 191 "python", |
192 "-u", | 192 "-u", |
193 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 193 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
194 "--show-path", | 194 "--show-path", |
195 "python", | 195 "python", |
196 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 196 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 197 "--gsutil-py-path", |
| 198 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
197 "--ninja-path", | 199 "--ninja-path", |
198 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 200 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
199 "--target", | 201 "--target", |
200 "Release", | 202 "Release", |
201 "--src-dir", | 203 "--src-dir", |
202 "[SLAVE_BUILD]\\src", | 204 "[SLAVE_BUILD]\\src", |
203 "--goma-cache-dir", | 205 "--goma-cache-dir", |
204 "[GOMA_CACHE]", | 206 "[GOMA_CACHE]", |
205 "--build-tool", | 207 "--build-tool", |
206 "ninja", | 208 "ninja", |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 "~followup_annotations": [ | 342 "~followup_annotations": [ |
341 "@@@STEP_TEXT@Win8 Tester@@@" | 343 "@@@STEP_TEXT@Win8 Tester@@@" |
342 ] | 344 ] |
343 }, | 345 }, |
344 { | 346 { |
345 "name": "$result", | 347 "name": "$result", |
346 "recipe_result": null, | 348 "recipe_result": null, |
347 "status_code": 0 | 349 "status_code": 0 |
348 } | 350 } |
349 ] | 351 ] |
OLD | NEW |