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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___debug_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - debug builder", 10 "V8 Linux - debug builder",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "@@@STEP_LOG_LINE@json.output@ }@@@", 132 "@@@STEP_LOG_LINE@json.output@ }@@@",
133 "@@@STEP_LOG_LINE@json.output@ ]@@@", 133 "@@@STEP_LOG_LINE@json.output@ ]@@@",
134 "@@@STEP_LOG_LINE@json.output@}@@@", 134 "@@@STEP_LOG_LINE@json.output@}@@@",
135 "@@@STEP_LOG_END@json.output@@@" 135 "@@@STEP_LOG_END@json.output@@@"
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [ 139 "cmd": [
140 "python", 140 "python",
141 "-u", 141 "-u",
142 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
143 ],
144 "name": "ensure_goma.get the number of cpus",
145 "stdout": "/path/to/tmp/",
146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_LOG_LINE@python.inline@@@@",
149 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
150 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
151 "@@@STEP_LOG_END@python.inline@@@"
152 ]
153 },
154 {
155 "cmd": [
156 "python",
157 "-u",
142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 158 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
143 "runhooks" 159 "runhooks"
144 ], 160 ],
145 "cwd": "[SLAVE_BUILD]/v8", 161 "cwd": "[SLAVE_BUILD]/v8",
146 "env": { 162 "env": {
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 163 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
148 "GYP_CHROMIUM_NO_ACTION": "1", 164 "GYP_CHROMIUM_NO_ACTION": "1",
149 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_targe t_arch=ia32", 165 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_isolatio n_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_targe t_arch=ia32",
150 "GYP_GENERATORS": "ninja", 166 "GYP_GENERATORS": "ninja",
151 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "~followup_annotations": [ 471 "~followup_annotations": [
456 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - gc stress@@@" 472 "@@@STEP_TEXT@V8 Linux - debug<br />V8 Linux - debug - avx2<br />V8 Linux - gc stress@@@"
457 ] 473 ]
458 }, 474 },
459 { 475 {
460 "name": "$result", 476 "name": "$result",
461 "recipe_result": null, 477 "recipe_result": null,
462 "status_code": 0 478 "status_code": 0
463 } 479 }
464 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698