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/v8.expected/full_tryserver_v8_v8_win64_rel_ng.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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "@@@STEP_LOG_LINE@json.output@ }@@@", 146 "@@@STEP_LOG_LINE@json.output@ }@@@",
147 "@@@STEP_LOG_LINE@json.output@ ]@@@", 147 "@@@STEP_LOG_LINE@json.output@ ]@@@",
148 "@@@STEP_LOG_LINE@json.output@}@@@", 148 "@@@STEP_LOG_LINE@json.output@}@@@",
149 "@@@STEP_LOG_END@json.output@@@" 149 "@@@STEP_LOG_END@json.output@@@"
150 ] 150 ]
151 }, 151 },
152 { 152 {
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
157 ],
158 "name": "ensure_goma.get the number of cpus",
159 "stdout": "/path/to/tmp/",
160 "~followup_annotations": [
161 "@@@STEP_NEST_LEVEL@1@@@",
162 "@@@STEP_LOG_LINE@python.inline@@@@",
163 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
164 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
165 "@@@STEP_LOG_END@python.inline@@@"
166 ]
167 },
168 {
169 "cmd": [
170 "python",
171 "-u",
156 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 172 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
157 "runhooks" 173 "runhooks"
158 ], 174 ],
159 "cwd": "[SLAVE_BUILD]\\v8", 175 "cwd": "[SLAVE_BUILD]\\v8",
160 "env": { 176 "env": {
161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
162 "GYP_CHROMIUM_NO_ACTION": "1", 178 "GYP_CHROMIUM_NO_ACTION": "1",
163 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", 179 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
164 "GYP_GENERATORS": "ninja", 180 "GYP_GENERATORS": "ninja",
165 "GYP_MSVS_VERSION": "2013", 181 "GYP_MSVS_VERSION": "2013",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "~followup_annotations": [ 397 "~followup_annotations": [
382 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 398 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
383 ] 399 ]
384 }, 400 },
385 { 401 {
386 "name": "$result", 402 "name": "$result",
387 "recipe_result": null, 403 "recipe_result": null,
388 "status_code": 0 404 "status_code": 0
389 } 405 }
390 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698