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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "@@@STEP_LOG_LINE@json.output@ }@@@", 198 "@@@STEP_LOG_LINE@json.output@ }@@@",
199 "@@@STEP_LOG_LINE@json.output@ ]@@@", 199 "@@@STEP_LOG_LINE@json.output@ ]@@@",
200 "@@@STEP_LOG_LINE@json.output@}@@@", 200 "@@@STEP_LOG_LINE@json.output@}@@@",
201 "@@@STEP_LOG_END@json.output@@@" 201 "@@@STEP_LOG_END@json.output@@@"
202 ] 202 ]
203 }, 203 },
204 { 204 {
205 "cmd": [ 205 "cmd": [
206 "python", 206 "python",
207 "-u", 207 "-u",
208 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
209 ],
210 "name": "ensure_goma.get the number of cpus",
211 "stdout": "/path/to/tmp/",
212 "~followup_annotations": [
213 "@@@STEP_NEST_LEVEL@1@@@",
214 "@@@STEP_LOG_LINE@python.inline@@@@",
215 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
216 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
217 "@@@STEP_LOG_END@python.inline@@@"
218 ]
219 },
220 {
221 "cmd": [
222 "python",
223 "-u",
208 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", 224 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py",
209 "--version" 225 "--version"
210 ], 226 ],
211 "name": "swarming.py --version", 227 "name": "swarming.py --version",
212 "stdout": "/path/to/tmp/", 228 "stdout": "/path/to/tmp/",
213 "~followup_annotations": [ 229 "~followup_annotations": [
214 "@@@STEP_TEXT@0.8.6@@@" 230 "@@@STEP_TEXT@0.8.6@@@"
215 ] 231 ]
216 }, 232 },
217 { 233 {
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 613 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
598 }, 614 },
599 "name": "process_dumps" 615 "name": "process_dumps"
600 }, 616 },
601 { 617 {
602 "name": "$result", 618 "name": "$result",
603 "recipe_result": null, 619 "recipe_result": null,
604 "status_code": 0 620 "status_code": 0
605 } 621 }
606 ] 622 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698