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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 "[SLAVE_BUILD]\\src", | 247 "[SLAVE_BUILD]\\src", |
248 "--goma-cache-dir", | 248 "--goma-cache-dir", |
249 "[GOMA_CACHE]", | 249 "[GOMA_CACHE]", |
250 "--build-tool", | 250 "--build-tool", |
251 "ninja", | 251 "ninja", |
252 "--compiler", | 252 "--compiler", |
253 "clang", | 253 "clang", |
254 "--", | 254 "--", |
255 "browser_tests", | 255 "browser_tests", |
256 "browser_tests_run", | 256 "browser_tests_run", |
257 "chromium_builder_asan" | 257 "chromium_builder_asan", |
| 258 "crash_service" |
258 ], | 259 ], |
259 "cwd": "[SLAVE_BUILD]", | 260 "cwd": "[SLAVE_BUILD]", |
260 "env": { | 261 "env": { |
261 "LLVM_FORCE_HEAD_REVISION": "YES" | 262 "LLVM_FORCE_HEAD_REVISION": "YES" |
262 }, | 263 }, |
263 "name": "compile" | 264 "name": "compile" |
264 }, | 265 }, |
265 { | 266 { |
266 "cmd": [ | 267 "cmd": [ |
267 "python", | 268 "python", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "~followup_annotations": [ | 348 "~followup_annotations": [ |
348 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" | 349 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" |
349 ] | 350 ] |
350 }, | 351 }, |
351 { | 352 { |
352 "name": "$result", | 353 "name": "$result", |
353 "recipe_result": null, | 354 "recipe_result": null, |
354 "status_code": 0 | 355 "status_code": 0 |
355 } | 356 } |
356 ] | 357 ] |
OLD | NEW |