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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux64_avx2_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_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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux64_avx2_dbg", 10 "v8_linux64_avx2_dbg",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "@@@STEP_LOG_LINE@json.output@ }@@@", 138 "@@@STEP_LOG_LINE@json.output@ }@@@",
139 "@@@STEP_LOG_LINE@json.output@ ]@@@", 139 "@@@STEP_LOG_LINE@json.output@ ]@@@",
140 "@@@STEP_LOG_LINE@json.output@}@@@", 140 "@@@STEP_LOG_LINE@json.output@}@@@",
141 "@@@STEP_LOG_END@json.output@@@" 141 "@@@STEP_LOG_END@json.output@@@"
142 ] 142 ]
143 }, 143 },
144 { 144 {
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
149 ],
150 "name": "ensure_goma.get the number of cpus",
151 "stdout": "/path/to/tmp/",
152 "~followup_annotations": [
153 "@@@STEP_NEST_LEVEL@1@@@",
154 "@@@STEP_LOG_LINE@python.inline@@@@",
155 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
156 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
157 "@@@STEP_LOG_END@python.inline@@@"
158 ]
159 },
160 {
161 "cmd": [
162 "python",
163 "-u",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
149 "runhooks" 165 "runhooks"
150 ], 166 ],
151 "cwd": "[SLAVE_BUILD]/v8", 167 "cwd": "[SLAVE_BUILD]/v8",
152 "env": { 168 "env": {
153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
154 "GYP_CHROMIUM_NO_ACTION": "1", 170 "GYP_CHROMIUM_NO_ACTION": "1",
155 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", 171 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64",
156 "GYP_GENERATORS": "ninja", 172 "GYP_GENERATORS": "ninja",
157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 173 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
624 "@@@STEP_LOG_END@durations@@@" 640 "@@@STEP_LOG_END@durations@@@"
625 ] 641 ]
626 }, 642 },
627 { 643 {
628 "name": "$result", 644 "name": "$result",
629 "recipe_result": null, 645 "recipe_result": null,
630 "status_code": 0 646 "status_code": 0
631 } 647 }
632 ] 648 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698