| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "--src-dir", | 393 "--src-dir", |
| 394 "[SLAVE_BUILD]/src", | 394 "[SLAVE_BUILD]/src", |
| 395 "--goma-cache-dir", | 395 "--goma-cache-dir", |
| 396 "[GOMA_CACHE]", | 396 "[GOMA_CACHE]", |
| 397 "--build-tool", | 397 "--build-tool", |
| 398 "ninja", | 398 "ninja", |
| 399 "--compiler", | 399 "--compiler", |
| 400 "goma-clang", | 400 "goma-clang", |
| 401 "--goma-jsonstatus", | 401 "--goma-jsonstatus", |
| 402 "/path/to/tmp/json", | 402 "/path/to/tmp/json", |
| 403 "--goma-service-account-json-file", |
| 404 "/creds/service_accounts/service-account-goma-client.json", |
| 403 "--goma-dir", | 405 "--goma-dir", |
| 404 "[BUILD]/goma", | 406 "[BUILD]/goma", |
| 405 "--goma-fail-fast", | 407 "--goma-fail-fast", |
| 406 "--goma-disable-local-fallback", | 408 "--goma-disable-local-fallback", |
| 407 "--", | 409 "--", |
| 408 "All", | 410 "All", |
| 409 "fake tests" | 411 "fake tests" |
| 410 ], | 412 ], |
| 411 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", | 413 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", |
| 412 "name": "compile", | 414 "name": "compile", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 "@@@STEP_LOG_END@fake log@@@", | 451 "@@@STEP_LOG_END@fake log@@@", |
| 450 "@@@STEP_LINK@fake URL text@fake URL@@@" | 452 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 451 ] | 453 ] |
| 452 }, | 454 }, |
| 453 { | 455 { |
| 454 "name": "$result", | 456 "name": "$result", |
| 455 "recipe_result": null, | 457 "recipe_result": null, |
| 456 "status_code": 0 | 458 "status_code": 0 |
| 457 } | 459 } |
| 458 ] | 460 ] |
| OLD | NEW |