| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 "name": "cleanup_temp" | 127 "name": "cleanup_temp" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [], | 130 "cmd": [], |
| 131 "name": "ensure_goma" | 131 "name": "ensure_goma" |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 138 "--platform", | 138 "--platform", |
| 139 "mac-amd64", | 139 "mac-amd64", |
| 140 "--dest-directory", | 140 "--dest-directory", |
| 141 "[SLAVE_BUILD]/cipd", | 141 "[SLAVE_BUILD]/cipd", |
| 142 "--json-output", | 142 "--json-output", |
| 143 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 144 ], | 144 ], |
| 145 "name": "ensure_goma.install cipd", | 145 "name": "ensure_goma.install cipd", |
| 146 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 147 "@@@STEP_NEST_LEVEL@1@@@", | 147 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 284 ] | 284 ] |
| 285 }, | 285 }, |
| 286 { | 286 { |
| 287 "name": "$result", | 287 "name": "$result", |
| 288 "recipe_result": null, | 288 "recipe_result": null, |
| 289 "status_code": 0 | 289 "status_code": 0 |
| 290 } | 290 } |
| 291 ] | 291 ] |
| OLD | NEW |