| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "--src-dir", | 166 "--src-dir", |
| 167 "[SLAVE_BUILD]/src", | 167 "[SLAVE_BUILD]/src", |
| 168 "--goma-cache-dir", | 168 "--goma-cache-dir", |
| 169 "[GOMA_CACHE]", | 169 "[GOMA_CACHE]", |
| 170 "--build-tool", | 170 "--build-tool", |
| 171 "ninja", | 171 "ninja", |
| 172 "--compiler", | 172 "--compiler", |
| 173 "goma-clang", | 173 "goma-clang", |
| 174 "--goma-jsonstatus", | 174 "--goma-jsonstatus", |
| 175 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 176 "--goma-service-account-json-file", | |
| 177 "/creds/service_accounts/service-account-goma-client.json", | |
| 178 "--goma-dir", | 176 "--goma-dir", |
| 179 "[BUILD]/goma", | 177 "[BUILD]/goma", |
| 180 "--", | 178 "--", |
| 181 "all" | 179 "all" |
| 182 ], | 180 ], |
| 183 "cwd": "[SLAVE_BUILD]", | 181 "cwd": "[SLAVE_BUILD]", |
| 184 "name": "compile", | 182 "name": "compile", |
| 185 "~followup_annotations": [ | 183 "~followup_annotations": [ |
| 186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 187 "@@@STEP_LOG_END@json.output (invalid)@@@" | 185 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 188 ] | 186 ] |
| 189 }, | 187 }, |
| 190 { | 188 { |
| 191 "name": "$result", | 189 "name": "$result", |
| 192 "recipe_result": null, | 190 "recipe_result": null, |
| 193 "status_code": 0 | 191 "status_code": 0 |
| 194 } | 192 } |
| 195 ] | 193 ] |
| OLD | NEW |