| 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-iphoneos", | 217 "Release-iphoneos", |
| 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 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 233 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
| 236 "env": { | 234 "env": { |
| 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 238 }, | 236 }, |
| 239 "name": "compile", | 237 "name": "compile", |
| 240 "~followup_annotations": [ | 238 "~followup_annotations": [ |
| 241 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 242 "@@@STEP_LOG_END@json.output (invalid)@@@" | 240 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 243 ] | 241 ] |
| 244 }, | 242 }, |
| 245 { | 243 { |
| 246 "name": "$result", | 244 "name": "$result", |
| 247 "recipe_result": null, | 245 "recipe_result": null, |
| 248 "status_code": 0 | 246 "status_code": 0 |
| 249 } | 247 } |
| 250 ] | 248 ] |
| OLD | NEW |