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