| 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]\\Win_Builder\\src", | 241 "cwd": "[BUILDER_CACHE]\\Win_Builder\\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_CHROMIUM_NO_ACTION": "1", | 244 "GYP_CHROMIUM_NO_ACTION": "1", |
| 229 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_
always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' pro
prietary_codecs=1 target_arch=ia32 use_goma=1", | 245 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_
always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' pro
prietary_codecs=1 target_arch=ia32 use_goma=1", |
| 230 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 246 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 231 }, | 247 }, |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 "~followup_annotations": [ | 444 "~followup_annotations": [ |
| 429 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" | 445 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" |
| 430 ] | 446 ] |
| 431 }, | 447 }, |
| 432 { | 448 { |
| 433 "name": "$result", | 449 "name": "$result", |
| 434 "recipe_result": null, | 450 "recipe_result": null, |
| 435 "status_code": 0 | 451 "status_code": 0 |
| 436 } | 452 } |
| 437 ] | 453 ] |
| OLD | NEW |