| 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 "--gsutil-py-path", | 628 "--gsutil-py-path", |
| 629 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 629 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 630 "--ninja-path", | 630 "--ninja-path", |
| 631 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 631 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 632 "--target", | 632 "--target", |
| 633 "Release", | 633 "Release", |
| 634 "--src-dir", | 634 "--src-dir", |
| 635 "[BUILDER_CACHE]\\win\\src", | 635 "[BUILDER_CACHE]\\win\\src", |
| 636 "--goma-cache-dir", | 636 "--goma-cache-dir", |
| 637 "[GOMA_CACHE]", | 637 "[GOMA_CACHE]", |
| 638 "--buildbot-buildername", |
| 639 "win_chromium_variable", |
| 640 "--buildbot-mastername", |
| 641 "tryserver.chromium.win", |
| 642 "--buildbot-slavename", |
| 643 "build1-a1", |
| 638 "--goma-deps-cache-dir", | 644 "--goma-deps-cache-dir", |
| 639 "[GOMA_DEPS_CACHE]", | 645 "[GOMA_DEPS_CACHE]", |
| 640 "--compiler", | 646 "--compiler", |
| 641 "goma", | 647 "goma", |
| 642 "--goma-jsonstatus", | 648 "--goma-jsonstatus", |
| 643 "/path/to/tmp/json", | 649 "/path/to/tmp/json", |
| 644 "--goma-service-account-json-file", | 650 "--goma-service-account-json-file", |
| 645 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 651 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 646 "--goma-dir", | 652 "--goma-dir", |
| 647 "[CACHE]\\cipd\\goma", | 653 "[CACHE]\\cipd\\goma", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 899 "@@@STEP_LOG_END@report@@@", | 905 "@@@STEP_LOG_END@report@@@", |
| 900 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres
sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes
t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}
}}}@@@" | 906 "@@@SET_BUILD_PROPERTY@report@{\"culprits\": {\"gl_tests\": {\"Test.One\":
\"r1\", \"Test.Three\": \"r1\", \"Test.Two\": \"r1\"}}, \"metadata\": {\"regres
sion_range_size\": 1}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Tes
t.Three\", \"Test.One\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}
}}}@@@" |
| 901 ] | 907 ] |
| 902 }, | 908 }, |
| 903 { | 909 { |
| 904 "name": "$result", | 910 "name": "$result", |
| 905 "recipe_result": null, | 911 "recipe_result": null, |
| 906 "status_code": 0 | 912 "status_code": 0 |
| 907 } | 913 } |
| 908 ] | 914 ] |
| OLD | NEW |