| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "--gsutil-py-path", | 256 "--gsutil-py-path", |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 258 "--ninja-path", | 258 "--ninja-path", |
| 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 260 "--target", | 260 "--target", |
| 261 "Release", | 261 "Release", |
| 262 "--src-dir", | 262 "--src-dir", |
| 263 "[BUILDER_CACHE]/mac_compile_rel/src", | 263 "[BUILDER_CACHE]/mac_compile_rel/src", |
| 264 "--goma-cache-dir", | 264 "--goma-cache-dir", |
| 265 "[GOMA_CACHE]", | 265 "[GOMA_CACHE]", |
| 266 "--buildbot-buildername", |
| 267 "mac_compile_rel", |
| 268 "--buildbot-mastername", |
| 269 "tryserver.webrtc", |
| 270 "--buildbot-slavename", |
| 271 "slavename", |
| 266 "--goma-deps-cache-dir", | 272 "--goma-deps-cache-dir", |
| 267 "[GOMA_DEPS_CACHE]", | 273 "[GOMA_DEPS_CACHE]", |
| 268 "--compiler", | 274 "--compiler", |
| 269 "goma-clang", | 275 "goma-clang", |
| 270 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 278 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 279 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--goma-dir", | 280 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 281 "[CACHE]/cipd/goma", |
| 276 "--goma-fail-fast", | 282 "--goma-fail-fast", |
| 277 "--goma-disable-local-fallback", | 283 "--goma-disable-local-fallback", |
| 278 "--" | 284 "--" |
| 279 ], | 285 ], |
| 280 "env": { | 286 "env": { |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 287 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 282 }, | 288 }, |
| 283 "name": "compile", | 289 "name": "compile", |
| 284 "~followup_annotations": [ | 290 "~followup_annotations": [ |
| 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 286 "@@@STEP_LOG_END@json.output (invalid)@@@" | 292 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 287 ] | 293 ] |
| 288 }, | 294 }, |
| 289 { | 295 { |
| 290 "name": "$result", | 296 "name": "$result", |
| 291 "recipe_result": null, | 297 "recipe_result": null, |
| 292 "status_code": 0 | 298 "status_code": 0 |
| 293 } | 299 } |
| 294 ] | 300 ] |
| OLD | NEW |