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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.json

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: use 80 for linux 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_LINE@json.output@}@@@", 193 "@@@STEP_LOG_LINE@json.output@}@@@",
194 "@@@STEP_LOG_END@json.output@@@" 194 "@@@STEP_LOG_END@json.output@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "cmd": [ 198 "cmd": [
199 "python", 199 "python",
200 "-u", 200 "-u",
201 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
202 ],
203 "name": "ensure_goma.get the number of cpus",
204 "stdout": "/path/to/tmp/",
205 "~followup_annotations": [
206 "@@@STEP_NEST_LEVEL@1@@@",
207 "@@@STEP_LOG_LINE@python.inline@@@@",
208 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
209 "@@@STEP_LOG_LINE@python.inline@@@@",
210 "@@@STEP_LOG_LINE@python.inline@try:@@@",
211 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
212 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
213 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
214 "@@@STEP_LOG_LINE@python.inline@@@@",
215 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
216 "@@@STEP_LOG_END@python.inline@@@"
217 ]
218 },
219 {
220 "cmd": [
221 "python",
222 "-u",
201 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client\\swarming.py", 223 "[BUILDER_CACHE]\\win_clang\\src\\tools\\swarming_client\\swarming.py",
202 "--version" 224 "--version"
203 ], 225 ],
204 "name": "swarming.py --version", 226 "name": "swarming.py --version",
205 "stdout": "/path/to/tmp/", 227 "stdout": "/path/to/tmp/",
206 "~followup_annotations": [ 228 "~followup_annotations": [
207 "@@@STEP_TEXT@0.8.6@@@" 229 "@@@STEP_TEXT@0.8.6@@@"
208 ] 230 ]
209 }, 231 },
210 { 232 {
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "~followup_annotations": [ 515 "~followup_annotations": [
494 "@@@STEP_TEXT@CrWinClang tester@@@" 516 "@@@STEP_TEXT@CrWinClang tester@@@"
495 ] 517 ]
496 }, 518 },
497 { 519 {
498 "name": "$result", 520 "name": "$result",
499 "recipe_result": null, 521 "recipe_result": null,
500 "status_code": 0 522 "status_code": 0
501 } 523 }
502 ] 524 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698