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

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: 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 "@@@STEP_LOG_LINE@json.output@ }@@@", 212 "@@@STEP_LOG_LINE@json.output@ }@@@",
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_END@json.output@@@" 215 "@@@STEP_LOG_END@json.output@@@"
216 ] 216 ]
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
223 ],
224 "name": "ensure_goma.get the number of cpus",
225 "stdout": "/path/to/tmp/",
226 "~followup_annotations": [
227 "@@@STEP_NEST_LEVEL@1@@@",
228 "@@@STEP_LOG_LINE@python.inline@@@@",
229 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
230 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
231 "@@@STEP_LOG_END@python.inline@@@"
232 ]
233 },
234 {
235 "cmd": [
236 "python",
237 "-u",
222 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 238 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
223 "runhooks" 239 "runhooks"
224 ], 240 ],
225 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src", 241 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src",
226 "env": { 242 "env": {
227 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
228 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ", 244 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ",
229 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 245 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
230 }, 246 },
231 "name": "gclient runhooks" 247 "name": "gclient runhooks"
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 509 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
494 }, 510 },
495 "name": "process_dumps" 511 "name": "process_dumps"
496 }, 512 },
497 { 513 {
498 "name": "$result", 514 "name": "$result",
499 "recipe_result": null, 515 "recipe_result": null,
500 "status_code": 0 516 "status_code": 0
501 } 517 }
502 ] 518 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698