| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "[BUILDER_CACHE]\\CrWinAsan\\src", | 320 "[BUILDER_CACHE]\\CrWinAsan\\src", |
| 321 "--goma-cache-dir", | 321 "--goma-cache-dir", |
| 322 "[GOMA_CACHE]", | 322 "[GOMA_CACHE]", |
| 323 "--goma-deps-cache-dir", | 323 "--goma-deps-cache-dir", |
| 324 "[GOMA_DEPS_CACHE]", | 324 "[GOMA_DEPS_CACHE]", |
| 325 "--build-data-dir", | 325 "--build-data-dir", |
| 326 "[ROOT]\\build_data_dir", | 326 "[ROOT]\\build_data_dir", |
| 327 "--compiler", | 327 "--compiler", |
| 328 "clang", | 328 "clang", |
| 329 "--", | 329 "--", |
| 330 "browser_tests", | 330 "all" |
| 331 "browser_tests_run", | |
| 332 "chromium_builder_asan" | |
| 333 ], | 331 ], |
| 334 "env": { | 332 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 336 "LLVM_FORCE_HEAD_REVISION": "YES" | 334 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 337 }, | 335 }, |
| 338 "name": "compile" | 336 "name": "compile" |
| 339 }, | 337 }, |
| 340 { | 338 { |
| 341 "cmd": [ | 339 "cmd": [ |
| 342 "python", | 340 "python", |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 428 "@@@STEP_TEXT@CrWinAsan tester@@@" | 426 "@@@STEP_TEXT@CrWinAsan tester@@@" |
| 429 ] | 427 ] |
| 430 }, | 428 }, |
| 431 { | 429 { |
| 432 "name": "$result", | 430 "name": "$result", |
| 433 "recipe_result": null, | 431 "recipe_result": null, |
| 434 "status_code": 0 | 432 "status_code": 0 |
| 435 } | 433 } |
| 436 ] | 434 ] |
| OLD | NEW |