| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 ] | 170 ] |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "cmd": [], | 173 "cmd": [], |
| 174 "name": "ensure_goma" | 174 "name": "ensure_goma" |
| 175 }, | 175 }, |
| 176 { | 176 { |
| 177 "cmd": [ | 177 "cmd": [ |
| 178 "python", | 178 "python", |
| 179 "-u", | 179 "-u", |
| 180 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 180 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 181 "--platform", | 181 "--platform", |
| 182 "mac-amd64", | 182 "mac-amd64", |
| 183 "--dest-directory", | 183 "--dest-directory", |
| 184 "[SLAVE_BUILD]/cipd", | 184 "[SLAVE_BUILD]/cipd", |
| 185 "--json-output", | 185 "--json-output", |
| 186 "/path/to/tmp/json" | 186 "/path/to/tmp/json" |
| 187 ], | 187 ], |
| 188 "name": "ensure_goma.install cipd", | 188 "name": "ensure_goma.install cipd", |
| 189 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 190 "@@@STEP_NEST_LEVEL@1@@@", | 190 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 ], | 254 ], |
| 255 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", | 255 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", |
| 256 "name": "compile" | 256 "name": "compile" |
| 257 }, | 257 }, |
| 258 { | 258 { |
| 259 "name": "$result", | 259 "name": "$result", |
| 260 "recipe_result": null, | 260 "recipe_result": null, |
| 261 "status_code": 0 | 261 "status_code": 0 |
| 262 } | 262 } |
| 263 ] | 263 ] |
| OLD | NEW |