| 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 "--gsutil-py-path", | 734 "--gsutil-py-path", |
| 735 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 735 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 736 "--ninja-path", | 736 "--ninja-path", |
| 737 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 737 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 738 "--target", | 738 "--target", |
| 739 "Release", | 739 "Release", |
| 740 "--src-dir", | 740 "--src-dir", |
| 741 "[BUILDER_CACHE]\\win\\src", | 741 "[BUILDER_CACHE]\\win\\src", |
| 742 "--goma-cache-dir", | 742 "--goma-cache-dir", |
| 743 "[GOMA_CACHE]", | 743 "[GOMA_CACHE]", |
| 744 "--buildbot-buildername", | |
| 745 "win_chromium_variable", | |
| 746 "--buildbot-mastername", | |
| 747 "tryserver.chromium.win", | |
| 748 "--buildbot-slavename", | |
| 749 "build1-a1", | |
| 750 "--goma-deps-cache-dir", | 744 "--goma-deps-cache-dir", |
| 751 "[GOMA_DEPS_CACHE]", | 745 "[GOMA_DEPS_CACHE]", |
| 752 "--compiler", | 746 "--compiler", |
| 753 "goma", | 747 "goma", |
| 754 "--goma-jsonstatus", | 748 "--goma-jsonstatus", |
| 755 "/path/to/tmp/json", | 749 "/path/to/tmp/json", |
| 756 "--goma-service-account-json-file", | 750 "--goma-service-account-json-file", |
| 757 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 751 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 758 "--goma-dir", | 752 "--goma-dir", |
| 759 "[CACHE]\\cipd\\goma", | 753 "[CACHE]\\cipd\\goma", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 "@@@STEP_LOG_END@report@@@", | 994 "@@@STEP_LOG_END@report@@@", |
| 1001 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 995 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 1002 ] | 996 ] |
| 1003 }, | 997 }, |
| 1004 { | 998 { |
| 1005 "name": "$result", | 999 "name": "$result", |
| 1006 "recipe_result": null, | 1000 "recipe_result": null, |
| 1007 "status_code": 0 | 1001 "status_code": 0 |
| 1008 } | 1002 } |
| 1009 ] | 1003 ] |
| OLD | NEW |