| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@json.output@ }@@@", | 195 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 196 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 197 "@@@STEP_LOG_LINE@json.output@}@@@", | 197 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 198 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
| 199 ] | 199 ] |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 206 ], |
| 207 "name": "ensure_goma.get the number of cpus", |
| 208 "stdout": "/path/to/tmp/", |
| 209 "~followup_annotations": [ |
| 210 "@@@STEP_NEST_LEVEL@1@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 214 "@@@STEP_LOG_END@python.inline@@@" |
| 215 ] |
| 216 }, |
| 217 { |
| 218 "cmd": [ |
| 219 "python", |
| 220 "-u", |
| 205 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", | 221 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", |
| 206 "--version" | 222 "--version" |
| 207 ], | 223 ], |
| 208 "name": "swarming.py --version", | 224 "name": "swarming.py --version", |
| 209 "stdout": "/path/to/tmp/", | 225 "stdout": "/path/to/tmp/", |
| 210 "~followup_annotations": [ | 226 "~followup_annotations": [ |
| 211 "@@@STEP_TEXT@0.8.6@@@" | 227 "@@@STEP_TEXT@0.8.6@@@" |
| 212 ] | 228 ] |
| 213 }, | 229 }, |
| 214 { | 230 { |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "step returned non-zero exit code: 1", | 507 "step returned non-zero exit code: 1", |
| 492 "@@@STEP_EXCEPTION@@@" | 508 "@@@STEP_EXCEPTION@@@" |
| 493 ] | 509 ] |
| 494 }, | 510 }, |
| 495 { | 511 { |
| 496 "name": "$result", | 512 "name": "$result", |
| 497 "recipe_result": null, | 513 "recipe_result": null, |
| 498 "status_code": 0 | 514 "status_code": 0 |
| 499 } | 515 } |
| 500 ] | 516 ] |
| OLD | NEW |