| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 "@@@STEP_LOG_LINE@json.output@ }@@@", | 191 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 192 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "cmd": [ | 198 "cmd": [ |
| 199 "python", | 199 "python", |
| 200 "-u", | 200 "-u", |
| 201 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 202 ], |
| 203 "name": "ensure_goma.get the number of cpus", |
| 204 "stdout": "/path/to/tmp/", |
| 205 "~followup_annotations": [ |
| 206 "@@@STEP_NEST_LEVEL@1@@@", |
| 207 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 208 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 210 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 215 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 216 "@@@STEP_LOG_END@python.inline@@@" |
| 217 ] |
| 218 }, |
| 219 { |
| 220 "cmd": [ |
| 221 "python", |
| 222 "-u", |
| 201 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 223 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 202 "runhooks" | 224 "runhooks" |
| 203 ], | 225 ], |
| 204 "cwd": "[BUILDER_CACHE]\\Print_Preview_Win\\src", | 226 "cwd": "[BUILDER_CACHE]\\Print_Preview_Win\\src", |
| 205 "env": { | 227 "env": { |
| 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 207 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 use_goma=1", | 229 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' target_arch=ia32 use_goma=1", |
| 208 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 230 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 209 }, | 231 }, |
| 210 "name": "gclient runhooks" | 232 "name": "gclient runhooks" |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 341 }, | 363 }, |
| 342 "name": "process_dumps" | 364 "name": "process_dumps" |
| 343 }, | 365 }, |
| 344 { | 366 { |
| 345 "name": "$result", | 367 "name": "$result", |
| 346 "recipe_result": null, | 368 "recipe_result": null, |
| 347 "status_code": 0 | 369 "status_code": 0 |
| 348 } | 370 } |
| 349 ] | 371 ] |
| OLD | NEW |