| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "echo", | 135 "echo", |
| 136 "-e", | 136 "-e", |
| 137 "{\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\": \"Debug\", \n \"env
\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_typ
e\": \"gyp\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \
"id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tes
ts 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": t
rue, \n \"xcode version\": \"fake xcode version\"\n}" | 137 "{\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\": \"Debug\", \n \"env
\": {}, \n \"gn_args\": [], \n \"mastername\": \"chromium.fake\", \n \"mb_typ
e\": \"gyp\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \
"id\": \"0\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tes
ts 2\", \n \"device type\": \"fake device\", \n \"id\": \"1\", \n
\"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_analyze\": t
rue, \n \"xcode version\": \"fake xcode version\"\n}" |
| 138 ], | 138 ], |
| 139 "name": "finalize build config" | 139 "name": "finalize build config" |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [], | |
| 143 "name": "ensure_goma" | 142 "name": "ensure_goma" |
| 144 }, | 143 }, |
| 145 { | 144 { |
| 146 "cmd": [ | 145 "cmd": [ |
| 147 "python", | 146 "python", |
| 148 "-u", | 147 "-u", |
| 149 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 148 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 150 "--platform", | 149 "--platform", |
| 151 "mac-amd64", | 150 "mac-amd64", |
| 152 "--dest-directory", | 151 "--dest-directory", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "@@@STEP_LOG_END@fake log@@@", | 389 "@@@STEP_LOG_END@fake log@@@", |
| 391 "@@@STEP_LINK@fake URL text@fake URL@@@" | 390 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 392 ] | 391 ] |
| 393 }, | 392 }, |
| 394 { | 393 { |
| 395 "name": "$result", | 394 "name": "$result", |
| 396 "recipe_result": null, | 395 "recipe_result": null, |
| 397 "status_code": 0 | 396 "status_code": 0 |
| 398 } | 397 } |
| 399 ] | 398 ] |
| OLD | NEW |