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

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: 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\nprint min(200, multiprocessing.cpu_count() * 10 )\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@print min(200, multiprocessing.cpu_count() * 10)@@@",
138 "@@@STEP_LOG_END@python.inline@@@"
139 ]
140 },
141 {
142 "cmd": [
143 "python",
144 "-u",
129 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 145 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
130 "runhooks" 146 "runhooks"
131 ], 147 ],
132 "cwd": "[SLAVE_BUILD]\\v8", 148 "cwd": "[SLAVE_BUILD]\\v8",
133 "env": { 149 "env": {
134 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 150 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
135 "GYP_CHROMIUM_NO_ACTION": "1", 151 "GYP_CHROMIUM_NO_ACTION": "1",
136 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64", 152 "GYP_DEFINES": "clang=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_ goma=1 v8_target_arch=x64",
137 "GYP_GENERATORS": "ninja", 153 "GYP_GENERATORS": "ninja",
138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 154 "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@@@", 329 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 330 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 331 ]
316 }, 332 },
317 { 333 {
318 "name": "$result", 334 "name": "$result",
319 "recipe_result": null, 335 "recipe_result": null,
320 "status_code": 0 336 "status_code": 0
321 } 337 }
322 ] 338 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698