| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "env": { | 334 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 336 "LLVM_FORCE_HEAD_REVISION": "YES" | 336 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 337 }, | 337 }, |
| 338 "name": "compile" | 338 "name": "compile" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "cmd": [ | 341 "cmd": [ |
| 342 "python", | 342 "python", |
| 343 "-u", | 343 "-u", |
| 344 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 344 "[BUILDER_CACHE]\\CrWinAsan\\src\\tools\\determinism\\remove_build_metadat
a.py", |
| 345 "--build-dir", | 345 "--build-dir", |
| 346 "[BUILDER_CACHE]\\CrWinAsan\\src\\out\\Release", | 346 "[BUILDER_CACHE]\\CrWinAsan\\src\\out\\Release" |
| 347 "--src-dir", | |
| 348 "[BUILDER_CACHE]\\CrWinAsan\\src" | |
| 349 ], | 347 ], |
| 350 "cwd": "[SLAVE_BUILD]", | 348 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "remove_build_metadata" | 349 "name": "remove_build_metadata" |
| 352 }, | 350 }, |
| 353 { | 351 { |
| 354 "cmd": [ | 352 "cmd": [ |
| 355 "python", | 353 "python", |
| 356 "-u", | 354 "-u", |
| 357 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 355 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 358 "[BUILDER_CACHE]\\CrWinAsan\\src\\tools\\swarming_client", | 356 "[BUILDER_CACHE]\\CrWinAsan\\src\\tools\\swarming_client", |
| (...skipping 68 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 |