| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 "@@@STEP_LOG_LINE@json.output@ }@@@", | 212 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 213 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 214 "@@@STEP_LOG_LINE@json.output@}@@@", | 214 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 215 "@@@STEP_LOG_END@json.output@@@" | 215 "@@@STEP_LOG_END@json.output@@@" |
| 216 ] | 216 ] |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 "cmd": [ | 219 "cmd": [ |
| 220 "python", | 220 "python", |
| 221 "-u", | 221 "-u", |
| 222 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 223 ], |
| 224 "name": "ensure_goma.get the number of cpus", |
| 225 "stdout": "/path/to/tmp/", |
| 226 "~followup_annotations": [ |
| 227 "@@@STEP_NEST_LEVEL@1@@@", |
| 228 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 229 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 230 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 231 "@@@STEP_LOG_END@python.inline@@@" |
| 232 ] |
| 233 }, |
| 234 { |
| 235 "cmd": [ |
| 236 "python", |
| 237 "-u", |
| 222 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 238 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 223 "runhooks" | 239 "runhooks" |
| 224 ], | 240 ], |
| 225 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src", | 241 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src", |
| 226 "env": { | 242 "env": { |
| 227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 228 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom
e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1
", | 244 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom
e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1
", |
| 229 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 245 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 230 }, | 246 }, |
| 231 "name": "gclient runhooks" | 247 "name": "gclient runhooks" |
| (...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 509 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 494 }, | 510 }, |
| 495 "name": "process_dumps" | 511 "name": "process_dumps" |
| 496 }, | 512 }, |
| 497 { | 513 { |
| 498 "name": "$result", | 514 "name": "$result", |
| 499 "recipe_result": null, | 515 "recipe_result": null, |
| 500 "status_code": 0 | 516 "status_code": 0 |
| 501 } | 517 } |
| 502 ] | 518 ] |
| OLD | NEW |