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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "--gsutil-py-path", | 92 "--gsutil-py-path", |
93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 93 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
94 "--ninja-path", | 94 "--ninja-path", |
95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 95 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
96 "--target", | 96 "--target", |
97 "Coverage", | 97 "Coverage", |
98 "--src-dir", | 98 "--src-dir", |
99 "[SLAVE_BUILD]\\src", | 99 "[SLAVE_BUILD]\\src", |
100 "--goma-cache-dir", | 100 "--goma-cache-dir", |
101 "[GOMA_CACHE]", | 101 "[GOMA_CACHE]", |
102 "--build-tool", | |
103 "ninja", | |
104 "--ninja-ensure-up-to-date", | 102 "--ninja-ensure-up-to-date", |
105 "--", | 103 "--", |
106 "build_all" | 104 "build_all" |
107 ], | 105 ], |
108 "env": { | 106 "env": { |
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
110 }, | 108 }, |
111 "name": "compile" | 109 "name": "compile" |
112 }, | 110 }, |
113 { | 111 { |
(...skipping 21 matching lines...) Expand all Loading... |
135 "~followup_annotations": [ | 133 "~followup_annotations": [ |
136 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" | 134 "@@@STEP_LINK@coverage_report@https://syzygy-archive.commondatastorage.goo
gleapis.com/builds/coverage/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/index.html@
@@" |
137 ] | 135 ] |
138 }, | 136 }, |
139 { | 137 { |
140 "name": "$result", | 138 "name": "$result", |
141 "recipe_result": null, | 139 "recipe_result": null, |
142 "status_code": 0 | 140 "status_code": 0 |
143 } | 141 } |
144 ] | 142 ] |
OLD | NEW |