| 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 "--src-dir", | 184 "--src-dir", |
| 185 "[SLAVE_BUILD]/src", | 185 "[SLAVE_BUILD]/src", |
| 186 "--goma-cache-dir", | 186 "--goma-cache-dir", |
| 187 "[GOMA_CACHE]", | 187 "[GOMA_CACHE]", |
| 188 "--build-tool", | 188 "--build-tool", |
| 189 "ninja", | 189 "ninja", |
| 190 "--compiler", | 190 "--compiler", |
| 191 "goma-clang", | 191 "goma-clang", |
| 192 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 193 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 194 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", |
| 194 "--goma-dir", | 196 "--goma-dir", |
| 195 "[BUILD]/goma", | 197 "[BUILD]/goma", |
| 196 "--goma-fail-fast", | 198 "--goma-fail-fast", |
| 197 "--goma-disable-local-fallback", | 199 "--goma-disable-local-fallback", |
| 198 "--", | 200 "--", |
| 199 "All" | 201 "All" |
| 200 ], | 202 ], |
| 201 "cwd": "[SLAVE_BUILD]", | 203 "cwd": "[SLAVE_BUILD]", |
| 202 "name": "compile", | 204 "name": "compile", |
| 203 "~followup_annotations": [ | 205 "~followup_annotations": [ |
| (...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2289 "@@@STEP_LOG_END@json.output@@@", | 2291 "@@@STEP_LOG_END@json.output@@@", |
| 2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2292 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2291 ] | 2293 ] |
| 2292 }, | 2294 }, |
| 2293 { | 2295 { |
| 2294 "name": "$result", | 2296 "name": "$result", |
| 2295 "recipe_result": null, | 2297 "recipe_result": null, |
| 2296 "status_code": 0 | 2298 "status_code": 0 |
| 2297 } | 2299 } |
| 2298 ] | 2300 ] |
| OLD | NEW |