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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 "@@@STEP_LOG_END@report@@@", | 819 "@@@STEP_LOG_END@report@@@", |
822 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 820 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
823 ] | 821 ] |
824 }, | 822 }, |
825 { | 823 { |
826 "name": "$result", | 824 "name": "$result", |
827 "recipe_result": null, | 825 "recipe_result": null, |
828 "status_code": 0 | 826 "status_code": 0 |
829 } | 827 } |
830 ] | 828 ] |
OLD | NEW |