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", | |
196 "--goma-dir", | 194 "--goma-dir", |
197 "[BUILD]/goma", | 195 "[BUILD]/goma", |
198 "--goma-fail-fast", | 196 "--goma-fail-fast", |
199 "--goma-disable-local-fallback", | 197 "--goma-disable-local-fallback", |
200 "--", | 198 "--", |
201 "All" | 199 "All" |
202 ], | 200 ], |
203 "cwd": "[SLAVE_BUILD]", | 201 "cwd": "[SLAVE_BUILD]", |
204 "name": "compile", | 202 "name": "compile", |
205 "~followup_annotations": [ | 203 "~followup_annotations": [ |
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2291 "@@@STEP_LOG_END@json.output@@@", | 2289 "@@@STEP_LOG_END@json.output@@@", |
2292 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2293 ] | 2291 ] |
2294 }, | 2292 }, |
2295 { | 2293 { |
2296 "name": "$result", | 2294 "name": "$result", |
2297 "recipe_result": null, | 2295 "recipe_result": null, |
2298 "status_code": 0 | 2296 "status_code": 0 |
2299 } | 2297 } |
2300 ] | 2298 ] |
OLD | NEW |