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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_LINE@json.output@ }@@@", 206 "@@@STEP_LOG_LINE@json.output@ }@@@",
207 "@@@STEP_LOG_LINE@json.output@ ]@@@", 207 "@@@STEP_LOG_LINE@json.output@ ]@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 208 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 209 "@@@STEP_LOG_END@json.output@@@"
210 ] 210 ]
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
217 ],
218 "name": "ensure_goma.get the number of cpus",
219 "stdout": "/path/to/tmp/",
220 "~followup_annotations": [
221 "@@@STEP_NEST_LEVEL@1@@@",
222 "@@@STEP_LOG_LINE@python.inline@@@@",
223 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
224 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
225 "@@@STEP_LOG_END@python.inline@@@"
226 ]
227 },
228 {
229 "cmd": [
230 "python",
231 "-u",
216 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 232 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
217 "runhooks" 233 "runhooks"
218 ], 234 ],
219 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src", 235 "cwd": "[BUILDER_CACHE]\\Win7_Tester\\src",
220 "env": { 236 "env": {
221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
222 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ", 238 "GYP_DEFINES": "component=static_library fastbuild=1 ffmpeg_branding=Chrom e gomadir='[CACHE]\\cipd\\goma' proprietary_codecs=1 target_arch=ia32 use_goma=1 ",
223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 239 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
224 }, 240 },
225 "name": "gclient runhooks" 241 "name": "gclient runhooks"
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 503 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
488 }, 504 },
489 "name": "process_dumps" 505 "name": "process_dumps"
490 }, 506 },
491 { 507 {
492 "name": "$result", 508 "name": "$result",
493 "recipe_result": null, 509 "recipe_result": null,
494 "status_code": 0 510 "status_code": 0
495 } 511 }
496 ] 512 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698