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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.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]\\Win_Builder\\src", 248 "cwd": "[BUILDER_CACHE]\\Win_Builder\\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_CHROMIUM_NO_ACTION": "1", 251 "GYP_CHROMIUM_NO_ACTION": "1",
230 "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", 252 "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",
231 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 253 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
232 }, 254 },
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "~followup_annotations": [ 451 "~followup_annotations": [
430 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@" 452 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester@@@"
431 ] 453 ]
432 }, 454 },
433 { 455 {
434 "name": "$result", 456 "name": "$result",
435 "recipe_result": null, 457 "recipe_result": null,
436 "status_code": 0 458 "status_code": 0
437 } 459 }
438 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698