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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_dll_.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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "@@@STEP_LOG_LINE@json.output@ }@@@", 190 "@@@STEP_LOG_LINE@json.output@ }@@@",
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_END@json.output@@@" 193 "@@@STEP_LOG_END@json.output@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
199 "-u", 199 "-u",
200 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
201 ],
202 "name": "ensure_goma.get the number of cpus",
203 "stdout": "/path/to/tmp/",
204 "~followup_annotations": [
205 "@@@STEP_NEST_LEVEL@1@@@",
206 "@@@STEP_LOG_LINE@python.inline@@@@",
207 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
208 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
209 "@@@STEP_LOG_END@python.inline@@@"
210 ]
211 },
212 {
213 "cmd": [
214 "python",
215 "-u",
200 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 216 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
201 "runhooks" 217 "runhooks"
202 ], 218 ],
203 "cwd": "[BUILDER_CACHE]\\CrWin7Goma_dll_\\src", 219 "cwd": "[BUILDER_CACHE]\\CrWin7Goma_dll_\\src",
204 "env": { 220 "env": {
205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
206 "GYP_CHROMIUM_NO_ACTION": "1", 222 "GYP_CHROMIUM_NO_ACTION": "1",
207 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1", 223 "GYP_DEFINES": "component=shared_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 use_goma=1",
208 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 224 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
209 }, 225 },
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
394 }, 410 },
395 "name": "process_dumps" 411 "name": "process_dumps"
396 }, 412 },
397 { 413 {
398 "name": "$result", 414 "name": "$result",
399 "recipe_result": null, 415 "recipe_result": null,
400 "status_code": 0 416 "status_code": 0
401 } 417 }
402 ] 418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698