| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "--goma-deps-cache-dir", | 256 "--goma-deps-cache-dir", |
| 257 "[GOMA_DEPS_CACHE]", | 257 "[GOMA_DEPS_CACHE]", |
| 258 "--compiler", | 258 "--compiler", |
| 259 "goma-clang", | 259 "goma-clang", |
| 260 "--goma-jsonstatus", | 260 "--goma-jsonstatus", |
| 261 "/path/to/tmp/json", | 261 "/path/to/tmp/json", |
| 262 "--goma-service-account-json-file", | 262 "--goma-service-account-json-file", |
| 263 "/creds/service_accounts/service-account-goma-client.json", | 263 "/creds/service_accounts/service-account-goma-client.json", |
| 264 "--goma-dir", | 264 "--goma-dir", |
| 265 "[CACHE]/cipd/goma", | 265 "[CACHE]/cipd/goma", |
| 266 "--", | 266 "--" |
| 267 "All" | |
| 268 ], | 267 ], |
| 269 "env": { | 268 "env": { |
| 270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 269 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 271 }, | 270 }, |
| 272 "name": "compile", | 271 "name": "compile", |
| 273 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 273 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 274 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 276 ] | 275 ] |
| 277 }, | 276 }, |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 ], | 700 ], |
| 702 "cwd": "[BUILDER_CACHE]/Mac64_Debug", | 701 "cwd": "[BUILDER_CACHE]/Mac64_Debug", |
| 703 "name": "webrtc_nonparallel_tests" | 702 "name": "webrtc_nonparallel_tests" |
| 704 }, | 703 }, |
| 705 { | 704 { |
| 706 "name": "$result", | 705 "name": "$result", |
| 707 "recipe_result": null, | 706 "recipe_result": null, |
| 708 "status_code": 0 | 707 "status_code": 0 |
| 709 } | 708 } |
| 710 ] | 709 ] |
| OLD | NEW |