| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 248 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }@@@", | 249 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 250 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@}@@@", | 251 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 252 "@@@STEP_LOG_END@json.output@@@" | 252 "@@@STEP_LOG_END@json.output@@@" |
| 253 ] | 253 ] |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "python", |
| 258 "-u", |
| 259 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 260 ], |
| 261 "name": "ensure_goma.get the number of cpus", |
| 262 "stdout": "/path/to/tmp/", |
| 263 "~followup_annotations": [ |
| 264 "@@@STEP_NEST_LEVEL@1@@@", |
| 265 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 266 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 267 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 268 "@@@STEP_LOG_END@python.inline@@@" |
| 269 ] |
| 270 }, |
| 271 { |
| 272 "cmd": [ |
| 257 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 258 "--json-file", | 274 "--json-file", |
| 259 "/path/to/tmp/json", | 275 "/path/to/tmp/json", |
| 260 "--version", | 276 "--version", |
| 261 "fake xcode version" | 277 "fake xcode version" |
| 262 ], | 278 ], |
| 263 "name": "find xcode", | 279 "name": "find xcode", |
| 264 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 265 "@@@STEP_LOG_LINE@json.output@{}@@@", | 281 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 266 "@@@STEP_LOG_END@json.output@@@" | 282 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 821 "@@@STEP_LOG_END@json.output@@@", | 837 "@@@STEP_LOG_END@json.output@@@", |
| 822 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 838 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 823 ] | 839 ] |
| 824 }, | 840 }, |
| 825 { | 841 { |
| 826 "name": "$result", | 842 "name": "$result", |
| 827 "recipe_result": null, | 843 "recipe_result": null, |
| 828 "status_code": 0 | 844 "status_code": 0 |
| 829 } | 845 } |
| 830 ] | 846 ] |
| OLD | NEW |