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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 "name": "cleanup_temp" | 193 "name": "cleanup_temp" |
194 }, | 194 }, |
195 { | 195 { |
196 "cmd": [ | 196 "cmd": [ |
197 "python", | 197 "python", |
198 "-u", | 198 "-u", |
199 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 199 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
200 "--show-path", | 200 "--show-path", |
201 "python", | 201 "python", |
202 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 202 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 203 "--gsutil-py-path", |
| 204 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
203 "--ninja-path", | 205 "--ninja-path", |
204 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 206 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
205 "--target", | 207 "--target", |
206 "Release", | 208 "Release", |
207 "--src-dir", | 209 "--src-dir", |
208 "[SLAVE_BUILD]\\src", | 210 "[SLAVE_BUILD]\\src", |
209 "--goma-cache-dir", | 211 "--goma-cache-dir", |
210 "[GOMA_CACHE]", | 212 "[GOMA_CACHE]", |
211 "--build-tool", | 213 "--build-tool", |
212 "ninja", | 214 "ninja", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "~followup_annotations": [ | 317 "~followup_annotations": [ |
316 "@@@STEP_TEXT@Win7 Tester@@@" | 318 "@@@STEP_TEXT@Win7 Tester@@@" |
317 ] | 319 ] |
318 }, | 320 }, |
319 { | 321 { |
320 "name": "$result", | 322 "name": "$result", |
321 "recipe_result": null, | 323 "recipe_result": null, |
322 "status_code": 0 | 324 "status_code": 0 |
323 } | 325 } |
324 ] | 326 ] |
OLD | NEW |