OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Win32 Release (Clang)", | 10 "Win32 Release (Clang)", |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "--gsutil-py-path", | 177 "--gsutil-py-path", |
178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
179 "--ninja-path", | 179 "--ninja-path", |
180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 180 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
181 "--target", | 181 "--target", |
182 "Release", | 182 "Release", |
183 "--src-dir", | 183 "--src-dir", |
184 "[SLAVE_BUILD]\\src", | 184 "[SLAVE_BUILD]\\src", |
185 "--goma-cache-dir", | 185 "--goma-cache-dir", |
186 "[GOMA_CACHE]", | 186 "[GOMA_CACHE]", |
187 "--build-tool", | |
188 "ninja", | |
189 "--compiler", | 187 "--compiler", |
190 "goma-clang", | 188 "goma-clang", |
191 "--goma-jsonstatus", | 189 "--goma-jsonstatus", |
192 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
193 "--goma-service-account-json-file", | 191 "--goma-service-account-json-file", |
194 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 192 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
195 "--goma-dir", | 193 "--goma-dir", |
196 "[CACHE]\\cipd\\goma", | 194 "[CACHE]\\cipd\\goma", |
197 "--", | 195 "--", |
198 "All" | 196 "All" |
199 ], | 197 ], |
200 "env": { | 198 "env": { |
201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 199 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
202 }, | 200 }, |
203 "name": "compile", | 201 "name": "compile", |
204 "~followup_annotations": [ | 202 "~followup_annotations": [ |
205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 203 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
206 "@@@STEP_LOG_END@json.output (invalid)@@@" | 204 "@@@STEP_LOG_END@json.output (invalid)@@@" |
207 ] | 205 ] |
208 }, | 206 }, |
209 { | 207 { |
210 "name": "$result", | 208 "name": "$result", |
211 "recipe_result": null, | 209 "recipe_result": null, |
212 "status_code": 0 | 210 "status_code": 0 |
213 } | 211 } |
214 ] | 212 ] |
OLD | NEW |