| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 "@@@STEP_LOG_LINE@json.output@ }@@@", | 125 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 126 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 128 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
| 129 ] | 129 ] |
| 130 }, | 130 }, |
| 131 { | 131 { |
| 132 "cmd": [ | 132 "cmd": [ |
| 133 "python", | 133 "python", |
| 134 "-u", | 134 "-u", |
| 135 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 136 ], |
| 137 "name": "ensure_goma.get the number of cpus", |
| 138 "stdout": "/path/to/tmp/", |
| 139 "~followup_annotations": [ |
| 140 "@@@STEP_NEST_LEVEL@1@@@", |
| 141 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 142 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 143 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 144 "@@@STEP_LOG_END@python.inline@@@" |
| 145 ] |
| 146 }, |
| 147 { |
| 148 "cmd": [ |
| 149 "python", |
| 150 "-u", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 151 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 136 "runhooks" | 152 "runhooks" |
| 137 ], | 153 ], |
| 138 "cwd": "[SLAVE_BUILD]\\v8", | 154 "cwd": "[SLAVE_BUILD]\\v8", |
| 139 "env": { | 155 "env": { |
| 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 141 "GYP_CHROMIUM_NO_ACTION": "1", | 157 "GYP_CHROMIUM_NO_ACTION": "1", |
| 142 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_
target_arch=ia32", | 158 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_
target_arch=ia32", |
| 143 "GYP_GENERATORS": "ninja", | 159 "GYP_GENERATORS": "ninja", |
| 144 "GYP_MSVS_VERSION": "2013", | 160 "GYP_MSVS_VERSION": "2013", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 303 "@@@STEP_LOG_END@json.output (invalid)@@@" | 319 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 304 ] | 320 ] |
| 305 }, | 321 }, |
| 306 { | 322 { |
| 307 "name": "$result", | 323 "name": "$result", |
| 308 "recipe_result": null, | 324 "recipe_result": null, |
| 309 "status_code": 0 | 325 "status_code": 0 |
| 310 } | 326 } |
| 311 ] | 327 ] |
| OLD | NEW |