Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma.json

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: use 80 for linux Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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]\\CrWin7Goma\\src", 226 "cwd": "[BUILDER_CACHE]\\CrWin7Goma\\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_CHROMIUM_NO_ACTION": "1", 229 "GYP_CHROMIUM_NO_ACTION": "1",
208 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1", 230 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1",
209 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 231 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
210 }, 232 },
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
395 }, 417 },
396 "name": "process_dumps" 418 "name": "process_dumps"
397 }, 419 },
398 { 420 {
399 "name": "$result", 421 "name": "$result",
400 "recipe_result": null, 422 "recipe_result": null,
401 "status_code": 0 423 "status_code": 0
402 } 424 }
403 ] 425 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698