| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "@@@STEP_LOG_LINE@json.output@ }@@@", | 223 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 224 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 225 "@@@STEP_LOG_LINE@json.output@}@@@", | 225 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 226 "@@@STEP_LOG_END@json.output@@@" | 226 "@@@STEP_LOG_END@json.output@@@" |
| 227 ] | 227 ] |
| 228 }, | 228 }, |
| 229 { | 229 { |
| 230 "cmd": [ | 230 "cmd": [ |
| 231 "python", | 231 "python", |
| 232 "-u", | 232 "-u", |
| 233 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 234 ], |
| 235 "name": "ensure_goma.get the number of cpus", |
| 236 "stdout": "/path/to/tmp/", |
| 237 "~followup_annotations": [ |
| 238 "@@@STEP_NEST_LEVEL@1@@@", |
| 239 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 240 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 241 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 242 "@@@STEP_LOG_END@python.inline@@@" |
| 243 ] |
| 244 }, |
| 245 { |
| 246 "cmd": [ |
| 247 "python", |
| 248 "-u", |
| 233 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py", | 249 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py", |
| 234 "gen", | 250 "gen", |
| 235 "-m", | 251 "-m", |
| 236 "chromium.fake", | 252 "chromium.fake", |
| 237 "-b", | 253 "-b", |
| 238 "ios", | 254 "ios", |
| 239 "--config-file", | 255 "--config-file", |
| 240 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", | 256 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", |
| 241 "--goma-dir", | 257 "--goma-dir", |
| 242 "[CACHE]/cipd/goma", | 258 "[CACHE]/cipd/goma", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 257 ], | 273 ], |
| 258 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", | 274 "cwd": "[BUILDER_CACHE]/ios/src/out/Debug-iphoneos", |
| 259 "name": "compile" | 275 "name": "compile" |
| 260 }, | 276 }, |
| 261 { | 277 { |
| 262 "name": "$result", | 278 "name": "$result", |
| 263 "recipe_result": null, | 279 "recipe_result": null, |
| 264 "status_code": 0 | 280 "status_code": 0 |
| 265 } | 281 } |
| 266 ] | 282 ] |
| OLD | NEW |