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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "name": "clean isolated files" | 211 "name": "clean isolated files" |
212 }, | 212 }, |
213 { | 213 { |
214 "cmd": [ | 214 "cmd": [ |
215 "python", | 215 "python", |
216 "-u", | 216 "-u", |
217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 217 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
218 "--show-path", | 218 "--show-path", |
219 "python", | 219 "python", |
220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 220 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 221 "--gsutil-py-path", |
| 222 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
221 "--ninja-path", | 223 "--ninja-path", |
222 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 224 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
223 "--target", | 225 "--target", |
224 "Release", | 226 "Release", |
225 "--src-dir", | 227 "--src-dir", |
226 "[SLAVE_BUILD]\\src", | 228 "[SLAVE_BUILD]\\src", |
227 "--goma-cache-dir", | 229 "--goma-cache-dir", |
228 "[GOMA_CACHE]", | 230 "[GOMA_CACHE]", |
229 "--build-tool", | 231 "--build-tool", |
230 "ninja", | 232 "ninja", |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 "~followup_annotations": [ | 333 "~followup_annotations": [ |
332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 334 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
333 ] | 335 ] |
334 }, | 336 }, |
335 { | 337 { |
336 "name": "$result", | 338 "name": "$result", |
337 "recipe_result": null, | 339 "recipe_result": null, |
338 "status_code": 0 | 340 "status_code": 0 |
339 } | 341 } |
340 ] | 342 ] |
OLD | NEW |