| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "GYP_GENERATORS": "ninja", | 166 "GYP_GENERATORS": "ninja", |
| 167 "LANDMINES_VERBOSE": "1", | 167 "LANDMINES_VERBOSE": "1", |
| 168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 168 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 169 }, | 169 }, |
| 170 "name": "gclient runhooks", | 170 "name": "gclient runhooks", |
| 171 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 172 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios<br />GY
P_CHROMIUM_NO_ACTION=1@@@" | 172 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />fake gyp define 1=fake value 1<br />
fake gyp define 2=fake value 2<br />component=static_library<br />OS=ios<br />GY
P_CHROMIUM_NO_ACTION=1@@@" |
| 173 ] | 173 ] |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [], | |
| 177 "name": "ensure_goma" | 176 "name": "ensure_goma" |
| 178 }, | 177 }, |
| 179 { | 178 { |
| 180 "cmd": [ | 179 "cmd": [ |
| 181 "python", | 180 "python", |
| 182 "-u", | 181 "-u", |
| 183 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 182 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 184 "--platform", | 183 "--platform", |
| 185 "mac-amd64", | 184 "mac-amd64", |
| 186 "--dest-directory", | 185 "--dest-directory", |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "@@@STEP_LINK@fake URL text@fake URL@@@" | 331 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 333 ] | 332 ] |
| 334 }, | 333 }, |
| 335 { | 334 { |
| 336 "name": "$result", | 335 "name": "$result", |
| 337 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 336 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
| 338 "recipe_result": null, | 337 "recipe_result": null, |
| 339 "status_code": 1 | 338 "status_code": 1 |
| 340 } | 339 } |
| 341 ] | 340 ] |
| OLD | NEW |