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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_arm64_dbg.json

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: use 80 for linux 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_linux_arm64_dbg", 10 "v8_linux_arm64_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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@",
157 "@@@STEP_LOG_LINE@python.inline@try:@@@",
158 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
159 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
160 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
161 "@@@STEP_LOG_LINE@python.inline@@@@",
162 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
163 "@@@STEP_LOG_END@python.inline@@@"
164 ]
165 },
166 {
167 "cmd": [
168 "python",
169 "-u",
148 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 170 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
149 "runhooks" 171 "runhooks"
150 ], 172 ],
151 "cwd": "[SLAVE_BUILD]/v8", 173 "cwd": "[SLAVE_BUILD]/v8",
152 "env": { 174 "env": {
153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
154 "GYP_CHROMIUM_NO_ACTION": "1", 176 "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=arm64", 177 "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=arm64",
156 "GYP_GENERATORS": "ninja", 178 "GYP_GENERATORS": "ninja",
157 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 179 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1659 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1638 "@@@STEP_LOG_END@durations@@@" 1660 "@@@STEP_LOG_END@durations@@@"
1639 ] 1661 ]
1640 }, 1662 },
1641 { 1663 {
1642 "name": "$result", 1664 "name": "$result",
1643 "recipe_result": null, 1665 "recipe_result": null,
1644 "status_code": 0 1666 "status_code": 0
1645 } 1667 }
1646 ] 1668 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698