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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_dbg.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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "@@@STEP_LOG_LINE@json.output@ }@@@", 195 "@@@STEP_LOG_LINE@json.output@ }@@@",
196 "@@@STEP_LOG_LINE@json.output@ ]@@@", 196 "@@@STEP_LOG_LINE@json.output@ ]@@@",
197 "@@@STEP_LOG_LINE@json.output@}@@@", 197 "@@@STEP_LOG_LINE@json.output@}@@@",
198 "@@@STEP_LOG_END@json.output@@@" 198 "@@@STEP_LOG_END@json.output@@@"
199 ] 199 ]
200 }, 200 },
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
206 ],
207 "name": "ensure_goma.get the number of cpus",
208 "stdout": "/path/to/tmp/",
209 "~followup_annotations": [
210 "@@@STEP_NEST_LEVEL@1@@@",
211 "@@@STEP_LOG_LINE@python.inline@@@@",
212 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
213 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
214 "@@@STEP_LOG_END@python.inline@@@"
215 ]
216 },
217 {
218 "cmd": [
219 "python",
220 "-u",
205 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client\\swarming.py", 221 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client\\swarming.py",
206 "--version" 222 "--version"
207 ], 223 ],
208 "name": "swarming.py --version", 224 "name": "swarming.py --version",
209 "stdout": "/path/to/tmp/", 225 "stdout": "/path/to/tmp/",
210 "~followup_annotations": [ 226 "~followup_annotations": [
211 "@@@STEP_TEXT@0.8.6@@@" 227 "@@@STEP_TEXT@0.8.6@@@"
212 ] 228 ]
213 }, 229 },
214 { 230 {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 517 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
502 }, 518 },
503 "name": "process_dumps" 519 "name": "process_dumps"
504 }, 520 },
505 { 521 {
506 "name": "$result", 522 "name": "$result",
507 "recipe_result": null, 523 "recipe_result": null,
508 "status_code": 0 524 "status_code": 0
509 } 525 }
510 ] 526 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698