| 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_clang\\src\\tools\\swarming_client\\swarming.py", | 221 "[BUILDER_CACHE]\\win_clang\\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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 "import sys; sys.exit(0)" | 470 "import sys; sys.exit(0)" |
| 455 ], | 471 ], |
| 456 "name": "mark: before_tests" | 472 "name": "mark: before_tests" |
| 457 }, | 473 }, |
| 458 { | 474 { |
| 459 "name": "$result", | 475 "name": "$result", |
| 460 "recipe_result": null, | 476 "recipe_result": null, |
| 461 "status_code": 0 | 477 "status_code": 0 |
| 462 } | 478 } |
| 463 ] | 479 ] |
| OLD | NEW |