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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "--gsutil-py-path", | 280 "--gsutil-py-path", |
281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
282 "--ninja-path", | 282 "--ninja-path", |
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
284 "--target", | 284 "--target", |
285 "Release-iphoneos", | 285 "Release-iphoneos", |
286 "--src-dir", | 286 "--src-dir", |
287 "[SLAVE_BUILD]/src", | 287 "[SLAVE_BUILD]/src", |
288 "--goma-cache-dir", | 288 "--goma-cache-dir", |
289 "[GOMA_CACHE]", | 289 "[GOMA_CACHE]", |
290 "--build-tool", | |
291 "ninja", | |
292 "--compiler", | 290 "--compiler", |
293 "goma-clang", | 291 "goma-clang", |
294 "--goma-jsonstatus", | 292 "--goma-jsonstatus", |
295 "/path/to/tmp/json", | 293 "/path/to/tmp/json", |
296 "--goma-service-account-json-file", | 294 "--goma-service-account-json-file", |
297 "/creds/service_accounts/service-account-goma-client.json", | 295 "/creds/service_accounts/service-account-goma-client.json", |
298 "--goma-dir", | 296 "--goma-dir", |
299 "[CACHE]/cipd/goma", | 297 "[CACHE]/cipd/goma", |
300 "--", | 298 "--", |
301 "All" | 299 "All" |
302 ], | 300 ], |
303 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 301 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
304 "env": { | 302 "env": { |
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
306 }, | 304 }, |
307 "name": "compile", | 305 "name": "compile", |
308 "~followup_annotations": [ | 306 "~followup_annotations": [ |
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
310 "@@@STEP_LOG_END@json.output (invalid)@@@" | 308 "@@@STEP_LOG_END@json.output (invalid)@@@" |
311 ] | 309 ] |
312 }, | 310 }, |
313 { | 311 { |
314 "name": "$result", | 312 "name": "$result", |
315 "recipe_result": null, | 313 "recipe_result": null, |
316 "status_code": 0 | 314 "status_code": 0 |
317 } | 315 } |
318 ] | 316 ] |
OLD | NEW |