| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "@@@STEP_LOG_LINE@json.output@ }@@@", | 140 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 141 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 141 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 142 "@@@STEP_LOG_LINE@json.output@}@@@", | 142 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 143 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
| 144 ] | 144 ] |
| 145 }, | 145 }, |
| 146 { | 146 { |
| 147 "cmd": [ | 147 "cmd": [ |
| 148 "python", | 148 "python", |
| 149 "-u", | 149 "-u", |
| 150 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 151 ], |
| 152 "name": "ensure_goma.get the number of cpus", |
| 153 "stdout": "/path/to/tmp/", |
| 154 "~followup_annotations": [ |
| 155 "@@@STEP_NEST_LEVEL@1@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 158 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 159 "@@@STEP_LOG_END@python.inline@@@" |
| 160 ] |
| 161 }, |
| 162 { |
| 163 "cmd": [ |
| 164 "python", |
| 165 "-u", |
| 150 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 166 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 151 "runhooks" | 167 "runhooks" |
| 152 ], | 168 ], |
| 153 "cwd": "[SLAVE_BUILD]\\v8", | 169 "cwd": "[SLAVE_BUILD]\\v8", |
| 154 "env": { | 170 "env": { |
| 155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 156 "GYP_CHROMIUM_NO_ACTION": "1", | 172 "GYP_CHROMIUM_NO_ACTION": "1", |
| 157 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64
test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 173 "GYP_DEFINES": "fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64
test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 158 "GYP_GENERATORS": "ninja", | 174 "GYP_GENERATORS": "ninja", |
| 159 "GYP_MSVS_VERSION": "2013", | 175 "GYP_MSVS_VERSION": "2013", |
| (...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1159 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1144 "@@@STEP_LOG_END@durations@@@" | 1160 "@@@STEP_LOG_END@durations@@@" |
| 1145 ] | 1161 ] |
| 1146 }, | 1162 }, |
| 1147 { | 1163 { |
| 1148 "name": "$result", | 1164 "name": "$result", |
| 1149 "recipe_result": null, | 1165 "recipe_result": null, |
| 1150 "status_code": 0 | 1166 "status_code": 0 |
| 1151 } | 1167 } |
| 1152 ] | 1168 ] |
| OLD | NEW |