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_client_skia_Win_Builder_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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_LOG_LINE@json.output@ }@@@", 201 "@@@STEP_LOG_LINE@json.output@ }@@@",
202 "@@@STEP_LOG_LINE@json.output@ ]@@@", 202 "@@@STEP_LOG_LINE@json.output@ ]@@@",
203 "@@@STEP_LOG_LINE@json.output@}@@@", 203 "@@@STEP_LOG_LINE@json.output@}@@@",
204 "@@@STEP_LOG_END@json.output@@@" 204 "@@@STEP_LOG_END@json.output@@@"
205 ] 205 ]
206 }, 206 },
207 { 207 {
208 "cmd": [ 208 "cmd": [
209 "python", 209 "python",
210 "-u", 210 "-u",
211 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
212 ],
213 "name": "ensure_goma.get the number of cpus",
214 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [
216 "@@@STEP_NEST_LEVEL@1@@@",
217 "@@@STEP_LOG_LINE@python.inline@@@@",
218 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
219 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
220 "@@@STEP_LOG_END@python.inline@@@"
221 ]
222 },
223 {
224 "cmd": [
225 "python",
226 "-u",
211 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py", 227 "[BUILDER_CACHE]\\win\\src\\tools\\swarming_client\\swarming.py",
212 "--version" 228 "--version"
213 ], 229 ],
214 "name": "swarming.py --version", 230 "name": "swarming.py --version",
215 "stdout": "/path/to/tmp/", 231 "stdout": "/path/to/tmp/",
216 "~followup_annotations": [ 232 "~followup_annotations": [
217 "@@@STEP_TEXT@0.8.6@@@" 233 "@@@STEP_TEXT@0.8.6@@@"
218 ] 234 ]
219 }, 235 },
220 { 236 {
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "~followup_annotations": [ 484 "~followup_annotations": [
469 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" 485 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@"
470 ] 486 ]
471 }, 487 },
472 { 488 {
473 "name": "$result", 489 "name": "$result",
474 "recipe_result": null, 490 "recipe_result": null,
475 "status_code": 0 491 "status_code": 0
476 } 492 }
477 ] 493 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698