| 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 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "--src-dir", | 726 "--src-dir", |
| 727 "[BUILDER_CACHE]\\win\\src", | 727 "[BUILDER_CACHE]\\win\\src", |
| 728 "--goma-cache-dir", | 728 "--goma-cache-dir", |
| 729 "[GOMA_CACHE]", | 729 "[GOMA_CACHE]", |
| 730 "--buildbot-buildername", | 730 "--buildbot-buildername", |
| 731 "win_chromium_variable", | 731 "win_chromium_variable", |
| 732 "--buildbot-mastername", | 732 "--buildbot-mastername", |
| 733 "tryserver.chromium.win", | 733 "tryserver.chromium.win", |
| 734 "--buildbot-slavename", | 734 "--buildbot-slavename", |
| 735 "build1-a1", | 735 "build1-a1", |
| 736 "--goma-deps-cache-dir", | 736 "--goma-deps-cache-file", |
| 737 "[GOMA_DEPS_CACHE]", | 737 "win_chromium_variable.gomadeps", |
| 738 "--compiler", | 738 "--compiler", |
| 739 "goma", | 739 "goma", |
| 740 "--goma-jsonstatus", | 740 "--goma-jsonstatus", |
| 741 "/path/to/tmp/json", | 741 "/path/to/tmp/json", |
| 742 "--goma-service-account-json-file", | 742 "--goma-service-account-json-file", |
| 743 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 743 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 744 "--goma-dir", | 744 "--goma-dir", |
| 745 "[CACHE]\\cipd\\goma", | 745 "[CACHE]\\cipd\\goma", |
| 746 "--ninja-ensure-up-to-date", | 746 "--ninja-ensure-up-to-date", |
| 747 "--", | 747 "--", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 986 "@@@STEP_LOG_END@report@@@", | 986 "@@@STEP_LOG_END@report@@@", |
| 987 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" | 987 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"affected_tests\": {\"status\": \"passed\", \"valid\":
true}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" |
| 988 ] | 988 ] |
| 989 }, | 989 }, |
| 990 { | 990 { |
| 991 "name": "$result", | 991 "name": "$result", |
| 992 "recipe_result": null, | 992 "recipe_result": null, |
| 993 "status_code": 0 | 993 "status_code": 0 |
| 994 } | 994 } |
| 995 ] | 995 ] |
| OLD | NEW |