| 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 "--gsutil-py-path", | 548 "--gsutil-py-path", |
| 549 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 549 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 550 "--ninja-path", | 550 "--ninja-path", |
| 551 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 551 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 552 "--target", | 552 "--target", |
| 553 "Release", | 553 "Release", |
| 554 "--src-dir", | 554 "--src-dir", |
| 555 "[SLAVE_BUILD]\\src", | 555 "[SLAVE_BUILD]\\src", |
| 556 "--goma-cache-dir", | 556 "--goma-cache-dir", |
| 557 "[GOMA_CACHE]", | 557 "[GOMA_CACHE]", |
| 558 "--build-tool", | |
| 559 "ninja", | |
| 560 "--compiler", | 558 "--compiler", |
| 561 "goma", | 559 "goma", |
| 562 "--goma-jsonstatus", | 560 "--goma-jsonstatus", |
| 563 "/path/to/tmp/json", | 561 "/path/to/tmp/json", |
| 564 "--goma-service-account-json-file", | 562 "--goma-service-account-json-file", |
| 565 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 563 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 566 "--goma-dir", | 564 "--goma-dir", |
| 567 "[CACHE]\\cipd\\goma", | 565 "[CACHE]\\cipd\\goma", |
| 568 "--ninja-ensure-up-to-date", | 566 "--ninja-ensure-up-to-date", |
| 569 "--", | 567 "--", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 "@@@STEP_LOG_END@report@@@", | 665 "@@@STEP_LOG_END@report@@@", |
| 668 "@@@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}}}}@@@" | 666 "@@@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}}}}@@@" |
| 669 ] | 667 ] |
| 670 }, | 668 }, |
| 671 { | 669 { |
| 672 "name": "$result", | 670 "name": "$result", |
| 673 "recipe_result": null, | 671 "recipe_result": null, |
| 674 "status_code": 0 | 672 "status_code": 0 |
| 675 } | 673 } |
| 676 ] | 674 ] |
| OLD | NEW |