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

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: 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\nprint min(200, multiprocessing.cpu_count() * 10 )\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@print min(200, multiprocessing.cpu_count() * 10)@@@",
144 "@@@STEP_LOG_END@python.inline@@@"
145 ]
146 },
147 {
148 "cmd": [
149 "python",
150 "-u",
135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 151 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
136 "runhooks" 152 "runhooks"
137 ], 153 ],
138 "cwd": "[SLAVE_BUILD]\\v8", 154 "cwd": "[SLAVE_BUILD]\\v8",
139 "env": { 155 "env": {
140 "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",
141 "GYP_CHROMIUM_NO_ACTION": "1", 157 "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", 158 "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", 159 "GYP_GENERATORS": "ninja",
144 "GYP_MSVS_VERSION": "2013", 160 "GYP_MSVS_VERSION": "2013",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 318 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
303 "@@@STEP_LOG_END@json.output (invalid)@@@" 319 "@@@STEP_LOG_END@json.output (invalid)@@@"
304 ] 320 ]
305 }, 321 },
306 { 322 {
307 "name": "$result", 323 "name": "$result",
308 "recipe_result": null, 324 "recipe_result": null,
309 "status_code": 0 325 "status_code": 0
310 } 326 }
311 ] 327 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698