| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 "--gsutil-py-path", | 610 "--gsutil-py-path", |
| 611 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 611 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 612 "--ninja-path", | 612 "--ninja-path", |
| 613 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 613 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 614 "--target", | 614 "--target", |
| 615 "Release", | 615 "Release", |
| 616 "--src-dir", | 616 "--src-dir", |
| 617 "[BUILDER_CACHE]\\win\\src", | 617 "[BUILDER_CACHE]\\win\\src", |
| 618 "--goma-cache-dir", | 618 "--goma-cache-dir", |
| 619 "[GOMA_CACHE]", | 619 "[GOMA_CACHE]", |
| 620 "--buildbot-buildername", | |
| 621 "win_chromium_variable", | |
| 622 "--buildbot-mastername", | |
| 623 "tryserver.chromium.win", | |
| 624 "--buildbot-slavename", | |
| 625 "build1-a1", | |
| 626 "--goma-deps-cache-dir", | 620 "--goma-deps-cache-dir", |
| 627 "[GOMA_DEPS_CACHE]", | 621 "[GOMA_DEPS_CACHE]", |
| 628 "--compiler", | 622 "--compiler", |
| 629 "goma", | 623 "goma", |
| 630 "--goma-jsonstatus", | 624 "--goma-jsonstatus", |
| 631 "/path/to/tmp/json", | 625 "/path/to/tmp/json", |
| 632 "--goma-service-account-json-file", | 626 "--goma-service-account-json-file", |
| 633 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 627 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 634 "--goma-dir", | 628 "--goma-dir", |
| 635 "[CACHE]\\cipd\\goma", | 629 "[CACHE]\\cipd\\goma", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 "@@@STEP_LOG_END@report@@@", | 731 "@@@STEP_LOG_END@report@@@", |
| 738 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" | 732 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regression_range_size\": 1}, \
"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.One\", \"Test.Two\"],
\"status\": \"failed\", \"valid\": true}}}}@@@" |
| 739 ] | 733 ] |
| 740 }, | 734 }, |
| 741 { | 735 { |
| 742 "name": "$result", | 736 "name": "$result", |
| 743 "recipe_result": null, | 737 "recipe_result": null, |
| 744 "status_code": 0 | 738 "status_code": 0 |
| 745 } | 739 } |
| 746 ] | 740 ] |
| OLD | NEW |