| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ }@@@", | 189 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 190 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@}@@@", | 191 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 192 "@@@STEP_LOG_END@json.output@@@" | 192 "@@@STEP_LOG_END@json.output@@@" |
| 193 ] | 193 ] |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "cmd": [ | 196 "cmd": [ |
| 197 "python", |
| 198 "-u", |
| 199 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 200 ], |
| 201 "name": "ensure_goma.get the number of cpus", |
| 202 "stdout": "/path/to/tmp/", |
| 203 "~followup_annotations": [ |
| 204 "@@@STEP_NEST_LEVEL@1@@@", |
| 205 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 206 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 208 "@@@STEP_LOG_END@python.inline@@@" |
| 209 ] |
| 210 }, |
| 211 { |
| 212 "cmd": [ |
| 197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 198 "--json-file", | 214 "--json-file", |
| 199 "/path/to/tmp/json", | 215 "/path/to/tmp/json", |
| 200 "--version", | 216 "--version", |
| 201 "fake xcode version" | 217 "fake xcode version" |
| 202 ], | 218 ], |
| 203 "name": "find xcode", | 219 "name": "find xcode", |
| 204 "~followup_annotations": [ | 220 "~followup_annotations": [ |
| 205 "@@@STEP_LOG_LINE@json.output@{}@@@", | 221 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 206 "@@@STEP_LOG_END@json.output@@@" | 222 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 328 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 313 "@@@STEP_LOG_END@json.output (invalid)@@@" | 329 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 314 ] | 330 ] |
| 315 }, | 331 }, |
| 316 { | 332 { |
| 317 "name": "$result", | 333 "name": "$result", |
| 318 "recipe_result": null, | 334 "recipe_result": null, |
| 319 "status_code": 0 | 335 "status_code": 0 |
| 320 } | 336 } |
| 321 ] | 337 ] |
| OLD | NEW |