| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [], | 154 "cmd": [], |
| 155 "name": "ensure_goma" | 155 "name": "ensure_goma" |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "cmd": [ | 158 "cmd": [ |
| 159 "python", | 159 "python", |
| 160 "-u", | 160 "-u", |
| 161 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 161 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 162 "--platform", | 162 "--platform", |
| 163 "mac-amd64", | 163 "mac-amd64", |
| 164 "--dest-directory", | 164 "--dest-directory", |
| 165 "[SLAVE_BUILD]/cipd", | 165 "[SLAVE_BUILD]/cipd", |
| 166 "--json-output", | 166 "--json-output", |
| 167 "/path/to/tmp/json" | 167 "/path/to/tmp/json" |
| 168 ], | 168 ], |
| 169 "name": "ensure_goma.install cipd", | 169 "name": "ensure_goma.install cipd", |
| 170 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 171 "@@@STEP_NEST_LEVEL@1@@@", | 171 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 311 "@@@STEP_LOG_END@json.output (invalid)@@@" | 311 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 312 ] | 312 ] |
| 313 }, | 313 }, |
| 314 { | 314 { |
| 315 "name": "$result", | 315 "name": "$result", |
| 316 "recipe_result": null, | 316 "recipe_result": null, |
| 317 "status_code": 0 | 317 "status_code": 0 |
| 318 } | 318 } |
| 319 ] | 319 ] |
| OLD | NEW |