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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win7_Tester.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_LINE@json.output@}@@@", 215 "@@@STEP_LOG_LINE@json.output@}@@@",
216 "@@@STEP_LOG_END@json.output@@@" 216 "@@@STEP_LOG_END@json.output@@@"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
224 ],
225 "name": "ensure_goma.get the number of cpus",
226 "stdout": "/path/to/tmp/",
227 "~followup_annotations": [
228 "@@@STEP_NEST_LEVEL@1@@@",
229 "@@@STEP_LOG_LINE@python.inline@@@@",
230 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
231 "@@@STEP_LOG_LINE@python.inline@@@@",
232 "@@@STEP_LOG_LINE@python.inline@try:@@@",
233 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
234 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
235 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
236 "@@@STEP_LOG_LINE@python.inline@@@@",
237 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
238 "@@@STEP_LOG_END@python.inline@@@"
239 ]
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
223 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 245 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
224 "runhooks" 246 "runhooks"
225 ], 247 ],
226 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src", 248 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src",
227 "env": { 249 "env": {
228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
229 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ", 251 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ",
230 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 252 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
231 }, 253 },
232 "name": "gclient runhooks" 254 "name": "gclient runhooks"
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 516 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
495 }, 517 },
496 "name": "process_dumps" 518 "name": "process_dumps"
497 }, 519 },
498 { 520 {
499 "name": "$result", 521 "name": "$result",
500 "recipe_result": null, 522 "recipe_result": null,
501 "status_code": 0 523 "status_code": 0
502 } 524 }
503 ] 525 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698