| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 ] | 181 ] |
| 182 }, | 182 }, |
| 183 { | 183 { |
| 184 "cmd": [], | 184 "cmd": [], |
| 185 "name": "ensure_goma" | 185 "name": "ensure_goma" |
| 186 }, | 186 }, |
| 187 { | 187 { |
| 188 "cmd": [ | 188 "cmd": [ |
| 189 "python", | 189 "python", |
| 190 "-u", | 190 "-u", |
| 191 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 191 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 192 "--platform", | 192 "--platform", |
| 193 "mac-amd64", | 193 "mac-amd64", |
| 194 "--dest-directory", | 194 "--dest-directory", |
| 195 "[SLAVE_BUILD]/cipd", | 195 "[SLAVE_BUILD]/cipd", |
| 196 "--json-output", | 196 "--json-output", |
| 197 "/path/to/tmp/json" | 197 "/path/to/tmp/json" |
| 198 ], | 198 ], |
| 199 "name": "ensure_goma.install cipd", | 199 "name": "ensure_goma.install cipd", |
| 200 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 201 "@@@STEP_NEST_LEVEL@1@@@", | 201 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 "@@@STEP_LINK@fake URL text@fake URL@@@" | 336 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 337 ] | 337 ] |
| 338 }, | 338 }, |
| 339 { | 339 { |
| 340 "name": "$result", | 340 "name": "$result", |
| 341 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 341 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 342 "recipe_result": null, | 342 "recipe_result": null, |
| 343 "status_code": 1 | 343 "status_code": 1 |
| 344 } | 344 } |
| 345 ] | 345 ] |
| OLD | NEW |