| 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 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "echo", | 124 "echo", |
| 125 "-e", | 125 "-e", |
| 126 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t
ype\": \"gyp\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered
bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode vers
ion\"\n}" | 126 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\", \n \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"configuration\": \"Release\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_t
ype\": \"gyp\", \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered
bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode vers
ion\"\n}" |
| 127 ], | 127 ], |
| 128 "name": "finalize build config" | 128 "name": "finalize build config" |
| 129 }, | 129 }, |
| 130 { | 130 { |
| 131 "cmd": [], | |
| 132 "name": "ensure_goma" | 131 "name": "ensure_goma" |
| 133 }, | 132 }, |
| 134 { | 133 { |
| 135 "cmd": [ | 134 "cmd": [ |
| 136 "python", | 135 "python", |
| 137 "-u", | 136 "-u", |
| 138 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 139 "--platform", | 138 "--platform", |
| 140 "mac-amd64", | 139 "mac-amd64", |
| 141 "--dest-directory", | 140 "--dest-directory", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 312 "@@@STEP_LOG_END@json.output (invalid)@@@" | 311 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 313 ] | 312 ] |
| 314 }, | 313 }, |
| 315 { | 314 { |
| 316 "name": "$result", | 315 "name": "$result", |
| 317 "recipe_result": null, | 316 "recipe_result": null, |
| 318 "status_code": 0 | 317 "status_code": 0 |
| 319 } | 318 } |
| 320 ] | 319 ] |
| OLD | NEW |