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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 "@@@STEP_LOG_END@report@@@", | 832 "@@@STEP_LOG_END@report@@@", |
835 "@@@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}}}}@@@" | 833 "@@@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}}}}@@@" |
836 ] | 834 ] |
837 }, | 835 }, |
838 { | 836 { |
839 "name": "$result", | 837 "name": "$result", |
840 "recipe_result": null, | 838 "recipe_result": null, |
841 "status_code": 0 | 839 "status_code": 0 |
842 } | 840 } |
843 ] | 841 ] |
OLD | NEW |