| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 234 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 235 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 235 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 236 "@@@STEP_LOG_LINE@json.output@ }@@@", | 236 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 237 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 237 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@}@@@", | 238 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 239 "@@@STEP_LOG_END@json.output@@@" | 239 "@@@STEP_LOG_END@json.output@@@" |
| 240 ] | 240 ] |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "cmd": [ | 243 "cmd": [ |
| 244 "python", |
| 245 "-u", |
| 246 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 247 ], |
| 248 "name": "ensure_goma.get the number of cpus", |
| 249 "stdout": "/path/to/tmp/", |
| 250 "~followup_annotations": [ |
| 251 "@@@STEP_NEST_LEVEL@1@@@", |
| 252 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 253 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 254 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 255 "@@@STEP_LOG_END@python.inline@@@" |
| 256 ] |
| 257 }, |
| 258 { |
| 259 "cmd": [ |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", | 260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", |
| 245 "--json-file", | 261 "--json-file", |
| 246 "/path/to/tmp/json", | 262 "/path/to/tmp/json", |
| 247 "--version", | 263 "--version", |
| 248 "fake xcode version" | 264 "fake xcode version" |
| 249 ], | 265 ], |
| 250 "name": "find xcode", | 266 "name": "find xcode", |
| 251 "~followup_annotations": [ | 267 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output@{}@@@", | 268 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 253 "@@@STEP_LOG_END@json.output@@@" | 269 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 351 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 352 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 337 ] | 353 ] |
| 338 }, | 354 }, |
| 339 { | 355 { |
| 340 "name": "$result", | 356 "name": "$result", |
| 341 "recipe_result": null, | 357 "recipe_result": null, |
| 342 "status_code": 0 | 358 "status_code": 0 |
| 343 } | 359 } |
| 344 ] | 360 ] |
| OLD | NEW |