| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ], | 590 ], |
| 589 "cwd": "[SLAVE_BUILD]", | 591 "cwd": "[SLAVE_BUILD]", |
| 590 "name": "webrtc_nonparallel_tests" | 592 "name": "webrtc_nonparallel_tests" |
| 591 }, | 593 }, |
| 592 { | 594 { |
| 593 "name": "$result", | 595 "name": "$result", |
| 594 "recipe_result": null, | 596 "recipe_result": null, |
| 595 "status_code": 0 | 597 "status_code": 0 |
| 596 } | 598 } |
| 597 ] | 599 ] |
| OLD | NEW |