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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win_Builder.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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_LINE@json.output@ }@@@", 206 "@@@STEP_LOG_LINE@json.output@ }@@@",
207 "@@@STEP_LOG_LINE@json.output@ ]@@@", 207 "@@@STEP_LOG_LINE@json.output@ ]@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 208 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 209 "@@@STEP_LOG_END@json.output@@@"
210 ] 210 ]
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
217 ],
218 "name": "ensure_goma.get the number of cpus",
219 "stdout": "/path/to/tmp/",
220 "~followup_annotations": [
221 "@@@STEP_NEST_LEVEL@1@@@",
222 "@@@STEP_LOG_LINE@python.inline@@@@",
223 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
224 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
225 "@@@STEP_LOG_END@python.inline@@@"
226 ]
227 },
228 {
229 "cmd": [
230 "python",
231 "-u",
216 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 232 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
217 "runhooks" 233 "runhooks"
218 ], 234 ],
219 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src", 235 "cwd": "[BUILDER_CACHE]\\Win_Builder\\src",
220 "env": { 236 "env": {
221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
222 "GYP_CHROMIUM_NO_ACTION": "1", 238 "GYP_CHROMIUM_NO_ACTION": "1",
223 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_ always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' pro prietary_codecs=1 target_arch=ia32 use_goma=1", 239 "GYP_DEFINES": "blink_logging_always_on=1 component=static_library dcheck_ always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' pro prietary_codecs=1 target_arch=ia32 use_goma=1",
224 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 240 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
225 }, 241 },
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "~followup_annotations": [ 461 "~followup_annotations": [
446 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@" 462 "@@@STEP_TEXT@Win10 Tester<br />Win7 Tester<br />Win8 Tester@@@"
447 ] 463 ]
448 }, 464 },
449 { 465 {
450 "name": "$result", 466 "name": "$result",
451 "recipe_result": null, 467 "recipe_result": null,
452 "status_code": 0 468 "status_code": 0
453 } 469 }
454 ] 470 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698