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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "@@@STEP_LOG_LINE@json.output@ }@@@", 172 "@@@STEP_LOG_LINE@json.output@ }@@@",
173 "@@@STEP_LOG_LINE@json.output@ ]@@@", 173 "@@@STEP_LOG_LINE@json.output@ ]@@@",
174 "@@@STEP_LOG_LINE@json.output@}@@@", 174 "@@@STEP_LOG_LINE@json.output@}@@@",
175 "@@@STEP_LOG_END@json.output@@@" 175 "@@@STEP_LOG_END@json.output@@@"
176 ] 176 ]
177 }, 177 },
178 { 178 {
179 "cmd": [ 179 "cmd": [
180 "python", 180 "python",
181 "-u", 181 "-u",
182 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
183 ],
184 "name": "ensure_goma.get the number of cpus",
185 "stdout": "/path/to/tmp/",
186 "~followup_annotations": [
187 "@@@STEP_NEST_LEVEL@1@@@",
188 "@@@STEP_LOG_LINE@python.inline@@@@",
189 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
190 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
191 "@@@STEP_LOG_END@python.inline@@@"
192 ]
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
182 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 198 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
183 "--version" 199 "--version"
184 ], 200 ],
185 "name": "swarming.py --version", 201 "name": "swarming.py --version",
186 "stdout": "/path/to/tmp/", 202 "stdout": "/path/to/tmp/",
187 "~followup_annotations": [ 203 "~followup_annotations": [
188 "@@@STEP_TEXT@0.8.6@@@" 204 "@@@STEP_TEXT@0.8.6@@@"
189 ] 205 ]
190 }, 206 },
191 { 207 {
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 580 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
565 }, 581 },
566 "name": "process_dumps" 582 "name": "process_dumps"
567 }, 583 },
568 { 584 {
569 "name": "$result", 585 "name": "$result",
570 "recipe_result": null, 586 "recipe_result": null,
571 "status_code": 0 587 "status_code": 0
572 } 588 }
573 ] 589 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698