OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
5 "--json-file", | 5 "--json-file", |
6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
7 ], | 7 ], |
8 "name": "host and tools info", | 8 "name": "host and tools info", |
9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 "--gsutil-py-path", | 212 "--gsutil-py-path", |
213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 213 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
214 "--ninja-path", | 214 "--ninja-path", |
215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 215 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
216 "--target", | 216 "--target", |
217 "Release", | 217 "Release", |
218 "--src-dir", | 218 "--src-dir", |
219 "[SLAVE_BUILD]/src", | 219 "[SLAVE_BUILD]/src", |
220 "--goma-cache-dir", | 220 "--goma-cache-dir", |
221 "[GOMA_CACHE]", | 221 "[GOMA_CACHE]", |
222 "--build-tool", | |
223 "ninja", | |
224 "--compiler", | 222 "--compiler", |
225 "goma-clang", | 223 "goma-clang", |
226 "--goma-jsonstatus", | 224 "--goma-jsonstatus", |
227 "/path/to/tmp/json", | 225 "/path/to/tmp/json", |
228 "--goma-service-account-json-file", | 226 "--goma-service-account-json-file", |
229 "/creds/service_accounts/service-account-goma-client.json", | 227 "/creds/service_accounts/service-account-goma-client.json", |
230 "--goma-dir", | 228 "--goma-dir", |
231 "[CACHE]/cipd/goma", | 229 "[CACHE]/cipd/goma", |
232 "--", | 230 "--", |
233 "all" | 231 "all" |
234 ], | 232 ], |
235 "env": { | 233 "env": { |
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
237 }, | 235 }, |
238 "name": "compile", | 236 "name": "compile", |
239 "~followup_annotations": [ | 237 "~followup_annotations": [ |
240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 238 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
241 "@@@STEP_LOG_END@json.output (invalid)@@@" | 239 "@@@STEP_LOG_END@json.output (invalid)@@@" |
242 ] | 240 ] |
243 }, | 241 }, |
244 { | 242 { |
245 "name": "$result", | 243 "name": "$result", |
246 "recipe_result": null, | 244 "recipe_result": null, |
247 "status_code": 0 | 245 "status_code": 0 |
248 } | 246 } |
249 ] | 247 ] |
OLD | NEW |