| 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 "--gsutil-py-path", | 566 "--gsutil-py-path", |
| 567 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 567 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 568 "--ninja-path", | 568 "--ninja-path", |
| 569 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 569 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 570 "--target", | 570 "--target", |
| 571 "Release", | 571 "Release", |
| 572 "--src-dir", | 572 "--src-dir", |
| 573 "[SLAVE_BUILD]\\src", | 573 "[SLAVE_BUILD]\\src", |
| 574 "--goma-cache-dir", | 574 "--goma-cache-dir", |
| 575 "[GOMA_CACHE]", | 575 "[GOMA_CACHE]", |
| 576 "--build-tool", | |
| 577 "ninja", | |
| 578 "--compiler", | 576 "--compiler", |
| 579 "goma", | 577 "goma", |
| 580 "--goma-jsonstatus", | 578 "--goma-jsonstatus", |
| 581 "/path/to/tmp/json", | 579 "/path/to/tmp/json", |
| 582 "--goma-service-account-json-file", | 580 "--goma-service-account-json-file", |
| 583 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 581 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 584 "--goma-dir", | 582 "--goma-dir", |
| 585 "[CACHE]\\cipd\\goma", | 583 "[CACHE]\\cipd\\goma", |
| 586 "--ninja-ensure-up-to-date", | 584 "--ninja-ensure-up-to-date", |
| 587 "--", | 585 "--", |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 "@@@STEP_LOG_END@report@@@", | 834 "@@@STEP_LOG_END@report@@@", |
| 837 "@@@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}
}}}@@@" | 835 "@@@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}
}}}@@@" |
| 838 ] | 836 ] |
| 839 }, | 837 }, |
| 840 { | 838 { |
| 841 "name": "$result", | 839 "name": "$result", |
| 842 "recipe_result": null, | 840 "recipe_result": null, |
| 843 "status_code": 0 | 841 "status_code": 0 |
| 844 } | 842 } |
| 845 ] | 843 ] |
| OLD | NEW |