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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 "--src-dir", | 227 "--src-dir", |
228 "[SLAVE_BUILD]/src", | 228 "[SLAVE_BUILD]/src", |
229 "--goma-cache-dir", | 229 "--goma-cache-dir", |
230 "[GOMA_CACHE]", | 230 "[GOMA_CACHE]", |
231 "--build-tool", | 231 "--build-tool", |
232 "ninja", | 232 "ninja", |
233 "--compiler", | 233 "--compiler", |
234 "goma-clang", | 234 "goma-clang", |
235 "--goma-jsonstatus", | 235 "--goma-jsonstatus", |
236 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
237 "--goma-service-account-json-file", | |
238 "/creds/service_accounts/service-account-goma-client.json", | |
239 "--goma-dir", | 237 "--goma-dir", |
240 "[BUILD]/goma", | 238 "[BUILD]/goma", |
241 "--", | 239 "--", |
242 "All" | 240 "All" |
243 ], | 241 ], |
244 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 242 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
245 "name": "compile", | 243 "name": "compile", |
246 "~followup_annotations": [ | 244 "~followup_annotations": [ |
247 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
248 "@@@STEP_LOG_END@json.output (invalid)@@@" | 246 "@@@STEP_LOG_END@json.output (invalid)@@@" |
249 ] | 247 ] |
250 }, | 248 }, |
251 { | 249 { |
252 "name": "$result", | 250 "name": "$result", |
253 "recipe_result": null, | 251 "recipe_result": null, |
254 "status_code": 0 | 252 "status_code": 0 |
255 } | 253 } |
256 ] | 254 ] |
OLD | NEW |