| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--gsutil-py-path", | 284 "--gsutil-py-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 285 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 286 "--ninja-path", | 286 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 288 "--target", | 288 "--target", |
| 289 "Release-iphoneos", | 289 "Release-iphoneos", |
| 290 "--src-dir", | 290 "--src-dir", |
| 291 "[BUILDER_CACHE]/ios/src", | 291 "[BUILDER_CACHE]/ios/src", |
| 292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 294 "--buildbot-buildername", | |
| 295 "ios", | |
| 296 "--buildbot-mastername", | |
| 297 "chromium.fake", | |
| 298 "--buildbot-slavename", | |
| 299 "fake-vm", | |
| 300 "--goma-deps-cache-dir", | 294 "--goma-deps-cache-dir", |
| 301 "[GOMA_DEPS_CACHE]", | 295 "[GOMA_DEPS_CACHE]", |
| 302 "--compiler", | 296 "--compiler", |
| 303 "goma-clang", | 297 "goma-clang", |
| 304 "--goma-jsonstatus", | 298 "--goma-jsonstatus", |
| 305 "/path/to/tmp/json", | 299 "/path/to/tmp/json", |
| 306 "--goma-service-account-json-file", | 300 "--goma-service-account-json-file", |
| 307 "/creds/service_accounts/service-account-goma-client.json", | 301 "/creds/service_accounts/service-account-goma-client.json", |
| 308 "--goma-dir", | 302 "--goma-dir", |
| 309 "[CACHE]/cipd/goma", | 303 "[CACHE]/cipd/goma", |
| 310 "--", | 304 "--", |
| 311 "All" | 305 "All" |
| 312 ], | 306 ], |
| 313 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", | 307 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", |
| 314 "env": { | 308 "env": { |
| 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 309 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 316 }, | 310 }, |
| 317 "name": "compile", | 311 "name": "compile", |
| 318 "~followup_annotations": [ | 312 "~followup_annotations": [ |
| 319 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 320 "@@@STEP_LOG_END@json.output (invalid)@@@" | 314 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 321 ] | 315 ] |
| 322 }, | 316 }, |
| 323 { | 317 { |
| 324 "name": "$result", | 318 "name": "$result", |
| 325 "recipe_result": null, | 319 "recipe_result": null, |
| 326 "status_code": 0 | 320 "status_code": 0 |
| 327 } | 321 } |
| 328 ] | 322 ] |
| OLD | NEW |