| 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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "--gsutil-py-path", | 672 "--gsutil-py-path", |
| 673 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 673 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 674 "--ninja-path", | 674 "--ninja-path", |
| 675 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 675 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 676 "--target", | 676 "--target", |
| 677 "Release", | 677 "Release", |
| 678 "--src-dir", | 678 "--src-dir", |
| 679 "[SLAVE_BUILD]\\src", | 679 "[SLAVE_BUILD]\\src", |
| 680 "--goma-cache-dir", | 680 "--goma-cache-dir", |
| 681 "[GOMA_CACHE]", | 681 "[GOMA_CACHE]", |
| 682 "--build-tool", | |
| 683 "ninja", | |
| 684 "--compiler", | 682 "--compiler", |
| 685 "goma", | 683 "goma", |
| 686 "--goma-jsonstatus", | 684 "--goma-jsonstatus", |
| 687 "/path/to/tmp/json", | 685 "/path/to/tmp/json", |
| 688 "--goma-service-account-json-file", | 686 "--goma-service-account-json-file", |
| 689 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 687 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 690 "--goma-dir", | 688 "--goma-dir", |
| 691 "[CACHE]\\cipd\\goma", | 689 "[CACHE]\\cipd\\goma", |
| 692 "--ninja-ensure-up-to-date", | 690 "--ninja-ensure-up-to-date", |
| 693 "--", | 691 "--", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 "@@@STEP_LOG_END@report@@@", | 929 "@@@STEP_LOG_END@report@@@", |
| 932 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 930 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 933 ] | 931 ] |
| 934 }, | 932 }, |
| 935 { | 933 { |
| 936 "name": "$result", | 934 "name": "$result", |
| 937 "recipe_result": null, | 935 "recipe_result": null, |
| 938 "status_code": 0 | 936 "status_code": 0 |
| 939 } | 937 } |
| 940 ] | 938 ] |
| OLD | NEW |