| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" | 380 "@@@SET_BUILD_PROPERTY@failure_hash@\"c18cfb87382155d691c887ecad8e8bf7cdf0
fab3\"@@@" |
| 365 ] | 381 ] |
| 366 }, | 382 }, |
| 367 { | 383 { |
| 368 "name": "$result", | 384 "name": "$result", |
| 369 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", | 385 "reason": "Step('gclient runhooks (without patch)') failed with return_code
1", |
| 370 "recipe_result": null, | 386 "recipe_result": null, |
| 371 "status_code": 1 | 387 "status_code": 1 |
| 372 } | 388 } |
| 373 ] | 389 ] |
| OLD | NEW |