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 "name": "host and tools info", | 8 "name": "host and tools info", |
9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "--gsutil-py-path", | 218 "--gsutil-py-path", |
219 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 219 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
220 "--ninja-path", | 220 "--ninja-path", |
221 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 221 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
222 "--target", | 222 "--target", |
223 "Release", | 223 "Release", |
224 "--src-dir", | 224 "--src-dir", |
225 "[SLAVE_BUILD]/src", | 225 "[SLAVE_BUILD]/src", |
226 "--goma-cache-dir", | 226 "--goma-cache-dir", |
227 "[GOMA_CACHE]", | 227 "[GOMA_CACHE]", |
228 "--build-tool", | |
229 "ninja", | |
230 "--compiler", | 228 "--compiler", |
231 "goma-clang", | 229 "goma-clang", |
232 "--goma-jsonstatus", | 230 "--goma-jsonstatus", |
233 "/path/to/tmp/json", | 231 "/path/to/tmp/json", |
234 "--goma-service-account-json-file", | 232 "--goma-service-account-json-file", |
235 "/creds/service_accounts/service-account-goma-client.json", | 233 "/creds/service_accounts/service-account-goma-client.json", |
236 "--goma-dir", | 234 "--goma-dir", |
237 "[CACHE]/cipd/goma", | 235 "[CACHE]/cipd/goma", |
238 "--goma-fail-fast", | 236 "--goma-fail-fast", |
239 "--goma-disable-local-fallback", | 237 "--goma-disable-local-fallback", |
240 "--", | 238 "--", |
241 "all" | 239 "all" |
242 ], | 240 ], |
243 "env": { | 241 "env": { |
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 242 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
245 }, | 243 }, |
246 "name": "compile", | 244 "name": "compile", |
247 "~followup_annotations": [ | 245 "~followup_annotations": [ |
248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
249 "@@@STEP_LOG_END@json.output (invalid)@@@" | 247 "@@@STEP_LOG_END@json.output (invalid)@@@" |
250 ] | 248 ] |
251 }, | 249 }, |
252 { | 250 { |
253 "name": "$result", | 251 "name": "$result", |
254 "recipe_result": null, | 252 "recipe_result": null, |
255 "status_code": 0 | 253 "status_code": 0 |
256 } | 254 } |
257 ] | 255 ] |
OLD | NEW |