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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "name": "cleanup_temp" | 133 "name": "cleanup_temp" |
134 }, | 134 }, |
135 { | 135 { |
136 "cmd": [ | 136 "cmd": [ |
137 "python", | 137 "python", |
138 "-u", | 138 "-u", |
139 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 139 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
140 "--show-path", | 140 "--show-path", |
141 "python", | 141 "python", |
142 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 142 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 143 "--gsutil-py-path", |
| 144 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
143 "--ninja-path", | 145 "--ninja-path", |
144 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 146 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
145 "--target", | 147 "--target", |
146 "Release", | 148 "Release", |
147 "--src-dir", | 149 "--src-dir", |
148 "[SLAVE_BUILD]\\src", | 150 "[SLAVE_BUILD]\\src", |
149 "--goma-cache-dir", | 151 "--goma-cache-dir", |
150 "[GOMA_CACHE]", | 152 "[GOMA_CACHE]", |
151 "--build-tool", | 153 "--build-tool", |
152 "ninja", | 154 "ninja", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 236 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
235 "@@@STEP_LOG_END@python.inline@@@" | 237 "@@@STEP_LOG_END@python.inline@@@" |
236 ] | 238 ] |
237 }, | 239 }, |
238 { | 240 { |
239 "name": "$result", | 241 "name": "$result", |
240 "recipe_result": null, | 242 "recipe_result": null, |
241 "status_code": 0 | 243 "status_code": 0 |
242 } | 244 } |
243 ] | 245 ] |
OLD | NEW |