| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 "name": "clean isolated files" | 132 "name": "clean isolated files" |
| 133 }, | 133 }, |
| 134 { | 134 { |
| 135 "cmd": [], | 135 "cmd": [], |
| 136 "name": "ensure_goma" | 136 "name": "ensure_goma" |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "cmd": [ | 139 "cmd": [ |
| 140 "python", | 140 "python", |
| 141 "-u", | 141 "-u", |
| 142 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 142 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 143 "--platform", | 143 "--platform", |
| 144 "mac-amd64", | 144 "mac-amd64", |
| 145 "--dest-directory", | 145 "--dest-directory", |
| 146 "[SLAVE_BUILD]/cipd", | 146 "[SLAVE_BUILD]/cipd", |
| 147 "--json-output", | 147 "--json-output", |
| 148 "/path/to/tmp/json" | 148 "/path/to/tmp/json" |
| 149 ], | 149 ], |
| 150 "name": "ensure_goma.install cipd", | 150 "name": "ensure_goma.install cipd", |
| 151 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 152 "@@@STEP_NEST_LEVEL@1@@@", | 152 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 2307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2460 "@@@STEP_LOG_END@json.output@@@", | 2460 "@@@STEP_LOG_END@json.output@@@", |
| 2461 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2461 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2462 ] | 2462 ] |
| 2463 }, | 2463 }, |
| 2464 { | 2464 { |
| 2465 "name": "$result", | 2465 "name": "$result", |
| 2466 "recipe_result": null, | 2466 "recipe_result": null, |
| 2467 "status_code": 0 | 2467 "status_code": 0 |
| 2468 } | 2468 } |
| 2469 ] | 2469 ] |
| OLD | NEW |