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