| 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" | |
| 259 ], | 258 ], |
| 260 "cwd": "[SLAVE_BUILD]", | 259 "cwd": "[SLAVE_BUILD]", |
| 261 "env": { | 260 "env": { |
| 262 "LLVM_FORCE_HEAD_REVISION": "YES" | 261 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 263 }, | 262 }, |
| 264 "name": "compile" | 263 "name": "compile" |
| 265 }, | 264 }, |
| 266 { | 265 { |
| 267 "cmd": [ | 266 "cmd": [ |
| 268 "python", | 267 "python", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "~followup_annotations": [ | 347 "~followup_annotations": [ |
| 349 "@@@STEP_TEXT@CrWinAsan tester@@@" | 348 "@@@STEP_TEXT@CrWinAsan tester@@@" |
| 350 ] | 349 ] |
| 351 }, | 350 }, |
| 352 { | 351 { |
| 353 "name": "$result", | 352 "name": "$result", |
| 354 "recipe_result": null, | 353 "recipe_result": null, |
| 355 "status_code": 0 | 354 "status_code": 0 |
| 356 } | 355 } |
| 357 ] | 356 ] |
| OLD | NEW |