| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "name": "clean isolated files" | 138 "name": "clean isolated files" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [], | 141 "cmd": [], |
| 142 "name": "ensure_goma" | 142 "name": "ensure_goma" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "python", | 146 "python", |
| 147 "-u", | 147 "-u", |
| 148 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 148 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 149 "--platform", | 149 "--platform", |
| 150 "mac-amd64", | 150 "mac-amd64", |
| 151 "--dest-directory", | 151 "--dest-directory", |
| 152 "[SLAVE_BUILD]/cipd", | 152 "[SLAVE_BUILD]/cipd", |
| 153 "--json-output", | 153 "--json-output", |
| 154 "/path/to/tmp/json" | 154 "/path/to/tmp/json" |
| 155 ], | 155 ], |
| 156 "name": "ensure_goma.install cipd", | 156 "name": "ensure_goma.install cipd", |
| 157 "~followup_annotations": [ | 157 "~followup_annotations": [ |
| 158 "@@@STEP_NEST_LEVEL@1@@@", | 158 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2519 "@@@STEP_LOG_END@json.output@@@", | 2519 "@@@STEP_LOG_END@json.output@@@", |
| 2520 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2520 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2521 ] | 2521 ] |
| 2522 }, | 2522 }, |
| 2523 { | 2523 { |
| 2524 "name": "$result", | 2524 "name": "$result", |
| 2525 "recipe_result": null, | 2525 "recipe_result": null, |
| 2526 "status_code": 0 | 2526 "status_code": 0 |
| 2527 } | 2527 } |
| 2528 ] | 2528 ] |
| OLD | NEW |