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