| 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 "--src-dir", | 620 "--src-dir", |
| 621 "[BUILDER_CACHE]\\win\\src", | 621 "[BUILDER_CACHE]\\win\\src", |
| 622 "--goma-cache-dir", | 622 "--goma-cache-dir", |
| 623 "[GOMA_CACHE]", | 623 "[GOMA_CACHE]", |
| 624 "--buildbot-buildername", | 624 "--buildbot-buildername", |
| 625 "win_chromium_variable", | 625 "win_chromium_variable", |
| 626 "--buildbot-mastername", | 626 "--buildbot-mastername", |
| 627 "tryserver.chromium.win", | 627 "tryserver.chromium.win", |
| 628 "--buildbot-slavename", | 628 "--buildbot-slavename", |
| 629 "build1-a1", | 629 "build1-a1", |
| 630 "--goma-deps-cache-dir", | 630 "--goma-deps-cache-file", |
| 631 "[GOMA_DEPS_CACHE]", | 631 "win_chromium_variable.gomadeps", |
| 632 "--compiler", | 632 "--compiler", |
| 633 "goma", | 633 "goma", |
| 634 "--goma-jsonstatus", | 634 "--goma-jsonstatus", |
| 635 "/path/to/tmp/json", | 635 "/path/to/tmp/json", |
| 636 "--goma-service-account-json-file", | 636 "--goma-service-account-json-file", |
| 637 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 637 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 638 "--goma-dir", | 638 "--goma-dir", |
| 639 "[CACHE]\\cipd\\goma", | 639 "[CACHE]\\cipd\\goma", |
| 640 "--ninja-ensure-up-to-date", | 640 "--ninja-ensure-up-to-date", |
| 641 "--", | 641 "--", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 "@@@STEP_LOG_END@report@@@", | 891 "@@@STEP_LOG_END@report@@@", |
| 892 "@@@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}
}}}@@@" | 892 "@@@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}
}}}@@@" |
| 893 ] | 893 ] |
| 894 }, | 894 }, |
| 895 { | 895 { |
| 896 "name": "$result", | 896 "name": "$result", |
| 897 "recipe_result": null, | 897 "recipe_result": null, |
| 898 "status_code": 0 | 898 "status_code": 0 |
| 899 } | 899 } |
| 900 ] | 900 ] |
| OLD | NEW |