| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "runhooks" | 134 "runhooks" |
| 135 ], | 135 ], |
| 136 "cwd": "[BUILDER_CACHE]/ios_gyp/src", | 136 "cwd": "[BUILDER_CACHE]/ios_gyp/src", |
| 137 "env": { | 137 "env": { |
| 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 140 }, |
| 141 "name": "gclient runhooks" | 141 "name": "gclient runhooks" |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [], | |
| 145 "name": "ensure_goma" | 144 "name": "ensure_goma" |
| 146 }, | 145 }, |
| 147 { | 146 { |
| 148 "cmd": [ | 147 "cmd": [ |
| 149 "python", | 148 "python", |
| 150 "-u", | 149 "-u", |
| 151 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 150 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 152 "--platform", | 151 "--platform", |
| 153 "mac-amd64", | 152 "mac-amd64", |
| 154 "--dest-directory", | 153 "--dest-directory", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 221 }, | 220 }, |
| 222 "name": "generate_build_files" | 221 "name": "generate_build_files" |
| 223 }, | 222 }, |
| 224 { | 223 { |
| 225 "name": "$result", | 224 "name": "$result", |
| 226 "recipe_result": null, | 225 "recipe_result": null, |
| 227 "status_code": 0 | 226 "status_code": 0 |
| 228 } | 227 } |
| 229 ] | 228 ] |
| OLD | NEW |