| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "name": "cleanup_temp" | 121 "name": "cleanup_temp" |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [], | 124 "cmd": [], |
| 125 "name": "ensure_goma" | 125 "name": "ensure_goma" |
| 126 }, | 126 }, |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 132 "--platform", | 132 "--platform", |
| 133 "mac-amd64", | 133 "mac-amd64", |
| 134 "--dest-directory", | 134 "--dest-directory", |
| 135 "[SLAVE_BUILD]/cipd", | 135 "[SLAVE_BUILD]/cipd", |
| 136 "--json-output", | 136 "--json-output", |
| 137 "/path/to/tmp/json" | 137 "/path/to/tmp/json" |
| 138 ], | 138 ], |
| 139 "name": "ensure_goma.install cipd", | 139 "name": "ensure_goma.install cipd", |
| 140 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 141 "@@@STEP_NEST_LEVEL@1@@@", | 141 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 275 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 276 ] | 276 ] |
| 277 }, | 277 }, |
| 278 { | 278 { |
| 279 "name": "$result", | 279 "name": "$result", |
| 280 "recipe_result": null, | 280 "recipe_result": null, |
| 281 "status_code": 0 | 281 "status_code": 0 |
| 282 } | 282 } |
| 283 ] | 283 ] |
| OLD | NEW |