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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "@@@STEP_LOG_LINE@json.output@ }@@@", 125 "@@@STEP_LOG_LINE@json.output@ }@@@",
126 "@@@STEP_LOG_LINE@json.output@ ]@@@", 126 "@@@STEP_LOG_LINE@json.output@ ]@@@",
127 "@@@STEP_LOG_LINE@json.output@}@@@", 127 "@@@STEP_LOG_LINE@json.output@}@@@",
128 "@@@STEP_LOG_END@json.output@@@" 128 "@@@STEP_LOG_END@json.output@@@"
129 ] 129 ]
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
136 ],
137 "name": "ensure_goma.get the number of cpus",
138 "stdout": "/path/to/tmp/",
139 "~followup_annotations": [
140 "@@@STEP_NEST_LEVEL@1@@@",
141 "@@@STEP_LOG_LINE@python.inline@@@@",
142 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
143 "@@@STEP_LOG_LINE@python.inline@@@@",
144 "@@@STEP_LOG_LINE@python.inline@try:@@@",
145 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
146 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
147 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
148 "@@@STEP_LOG_LINE@python.inline@@@@",
149 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
150 "@@@STEP_LOG_END@python.inline@@@"
151 ]
152 },
153 {
154 "cmd": [
155 "python",
156 "-u",
135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 157 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
136 "runhooks" 158 "runhooks"
137 ], 159 ],
138 "cwd": "[SLAVE_BUILD]\\v8", 160 "cwd": "[SLAVE_BUILD]\\v8",
139 "env": { 161 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
141 "GYP_CHROMIUM_NO_ACTION": "1", 163 "GYP_CHROMIUM_NO_ACTION": "1",
142 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_ target_arch=ia32", 164 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom a' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_ target_arch=ia32",
143 "GYP_GENERATORS": "ninja", 165 "GYP_GENERATORS": "ninja",
144 "GYP_MSVS_VERSION": "2013", 166 "GYP_MSVS_VERSION": "2013",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 324 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
303 "@@@STEP_LOG_END@json.output (invalid)@@@" 325 "@@@STEP_LOG_END@json.output (invalid)@@@"
304 ] 326 ]
305 }, 327 },
306 { 328 {
307 "name": "$result", 329 "name": "$result",
308 "recipe_result": null, 330 "recipe_result": null,
309 "status_code": 0 331 "status_code": 0
310 } 332 }
311 ] 333 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698