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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___clang.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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "@@@STEP_LOG_LINE@json.output@ }@@@", 119 "@@@STEP_LOG_LINE@json.output@ }@@@",
120 "@@@STEP_LOG_LINE@json.output@ ]@@@", 120 "@@@STEP_LOG_LINE@json.output@ ]@@@",
121 "@@@STEP_LOG_LINE@json.output@}@@@", 121 "@@@STEP_LOG_LINE@json.output@}@@@",
122 "@@@STEP_LOG_END@json.output@@@" 122 "@@@STEP_LOG_END@json.output@@@"
123 ] 123 ]
124 }, 124 },
125 { 125 {
126 "cmd": [ 126 "cmd": [
127 "python", 127 "python",
128 "-u", 128 "-u",
129 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
130 ],
131 "name": "ensure_goma.get the number of cpus",
132 "stdout": "/path/to/tmp/",
133 "~followup_annotations": [
134 "@@@STEP_NEST_LEVEL@1@@@",
135 "@@@STEP_LOG_LINE@python.inline@@@@",
136 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
137 "@@@STEP_LOG_LINE@python.inline@@@@",
138 "@@@STEP_LOG_LINE@python.inline@try:@@@",
139 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
140 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
141 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
142 "@@@STEP_LOG_LINE@python.inline@@@@",
143 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
144 "@@@STEP_LOG_END@python.inline@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
129 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 151 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
130 "runhooks" 152 "runhooks"
131 ], 153 ],
132 "cwd": "[SLAVE_BUILD]\\v8", 154 "cwd": "[SLAVE_BUILD]\\v8",
133 "env": { 155 "env": {
134 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
135 "GYP_CHROMIUM_NO_ACTION": "1", 157 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64", 158 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64",
137 "GYP_GENERATORS": "ninja", 159 "GYP_GENERATORS": "ninja",
138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 336 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 337 ]
316 }, 338 },
317 { 339 {
318 "name": "$result", 340 "name": "$result",
319 "recipe_result": null, 341 "recipe_result": null,
320 "status_code": 0 342 "status_code": 0
321 } 343 }
322 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698