| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 "@@@STEP_LOG_END@report@@@", | 890 "@@@STEP_LOG_END@report@@@", |
| 885 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 891 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
| 886 ] | 892 ] |
| 887 }, | 893 }, |
| 888 { | 894 { |
| 889 "name": "$result", | 895 "name": "$result", |
| 890 "recipe_result": null, | 896 "recipe_result": null, |
| 891 "status_code": 0 | 897 "status_code": 0 |
| 892 } | 898 } |
| 893 ] | 899 ] |
| OLD | NEW |