| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "--src-dir", | 152 "--src-dir", |
| 153 "[SLAVE_BUILD]/src", | 153 "[SLAVE_BUILD]/src", |
| 154 "--goma-cache-dir", | 154 "--goma-cache-dir", |
| 155 "[GOMA_CACHE]", | 155 "[GOMA_CACHE]", |
| 156 "--build-tool", | 156 "--build-tool", |
| 157 "ninja", | 157 "ninja", |
| 158 "--compiler", | 158 "--compiler", |
| 159 "goma-clang", | 159 "goma-clang", |
| 160 "--goma-jsonstatus", | 160 "--goma-jsonstatus", |
| 161 "/path/to/tmp/json", | 161 "/path/to/tmp/json", |
| 162 "--goma-service-account-json-file", |
| 163 "/creds/service_accounts/service-account-goma-client.json", |
| 162 "--goma-dir", | 164 "--goma-dir", |
| 163 "[BUILD]/goma", | 165 "[BUILD]/goma", |
| 164 "--", | 166 "--", |
| 165 "All" | 167 "All" |
| 166 ], | 168 ], |
| 167 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
| 168 "name": "compile", | 170 "name": "compile", |
| 169 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 171 "@@@STEP_LOG_END@json.output (invalid)@@@" | 173 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 ], | 574 ], |
| 573 "cwd": "[SLAVE_BUILD]", | 575 "cwd": "[SLAVE_BUILD]", |
| 574 "name": "webrtc_nonparallel_tests" | 576 "name": "webrtc_nonparallel_tests" |
| 575 }, | 577 }, |
| 576 { | 578 { |
| 577 "name": "$result", | 579 "name": "$result", |
| 578 "recipe_result": null, | 580 "recipe_result": null, |
| 579 "status_code": 0 | 581 "status_code": 0 |
| 580 } | 582 } |
| 581 ] | 583 ] |
| OLD | NEW |