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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "--target", | 186 "--target", |
187 "Release", | 187 "Release", |
188 "--src-dir", | 188 "--src-dir", |
189 "[SLAVE_BUILD]\\src", | 189 "[SLAVE_BUILD]\\src", |
190 "--goma-cache-dir", | 190 "--goma-cache-dir", |
191 "[GOMA_CACHE]", | 191 "[GOMA_CACHE]", |
192 "--build-tool", | 192 "--build-tool", |
193 "ninja", | 193 "ninja", |
194 "--clobber", | 194 "--clobber", |
195 "--", | 195 "--", |
196 "chromium_builder_asan" | 196 "chromium_builder_asan", |
| 197 "crash_service" |
197 ], | 198 ], |
198 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
199 "name": "compile" | 200 "name": "compile" |
200 }, | 201 }, |
201 { | 202 { |
202 "cmd": [ | 203 "cmd": [ |
203 "python", | 204 "python", |
204 "-u", | 205 "-u", |
205 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 206 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
206 "[SLAVE_BUILD]\\chrome_staging" | 207 "[SLAVE_BUILD]\\chrome_staging" |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 319 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
319 "@@@STEP_LOG_END@python.inline@@@" | 320 "@@@STEP_LOG_END@python.inline@@@" |
320 ] | 321 ] |
321 }, | 322 }, |
322 { | 323 { |
323 "name": "$result", | 324 "name": "$result", |
324 "recipe_result": null, | 325 "recipe_result": null, |
325 "status_code": 0 | 326 "status_code": 0 |
326 } | 327 } |
327 ] | 328 ] |
OLD | NEW |