| 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", | |
| 164 "--goma-dir", | 162 "--goma-dir", |
| 165 "[BUILD]/goma", | 163 "[BUILD]/goma", |
| 166 "--", | 164 "--", |
| 167 "All" | 165 "All" |
| 168 ], | 166 ], |
| 169 "cwd": "[SLAVE_BUILD]", | 167 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "compile", | 168 "name": "compile", |
| 171 "~followup_annotations": [ | 169 "~followup_annotations": [ |
| 172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 170 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 173 "@@@STEP_LOG_END@json.output (invalid)@@@" | 171 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 ], | 588 ], |
| 591 "cwd": "[SLAVE_BUILD]", | 589 "cwd": "[SLAVE_BUILD]", |
| 592 "name": "webrtc_nonparallel_tests" | 590 "name": "webrtc_nonparallel_tests" |
| 593 }, | 591 }, |
| 594 { | 592 { |
| 595 "name": "$result", | 593 "name": "$result", |
| 596 "recipe_result": null, | 594 "recipe_result": null, |
| 597 "status_code": 0 | 595 "status_code": 0 |
| 598 } | 596 } |
| 599 ] | 597 ] |
| OLD | NEW |