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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_dart_fyi_v8_linux_release.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.dart.fyi", 8 "client.dart.fyi",
9 "--builder", 9 "--builder",
10 "v8-linux-release", 10 "v8-linux-release",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "@@@STEP_LOG_LINE@json.output@ }@@@", 112 "@@@STEP_LOG_LINE@json.output@ }@@@",
113 "@@@STEP_LOG_LINE@json.output@ ]@@@", 113 "@@@STEP_LOG_LINE@json.output@ ]@@@",
114 "@@@STEP_LOG_LINE@json.output@}@@@", 114 "@@@STEP_LOG_LINE@json.output@}@@@",
115 "@@@STEP_LOG_END@json.output@@@" 115 "@@@STEP_LOG_END@json.output@@@"
116 ] 116 ]
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
123 ],
124 "name": "ensure_goma.get the number of cpus",
125 "stdout": "/path/to/tmp/",
126 "~followup_annotations": [
127 "@@@STEP_NEST_LEVEL@1@@@",
128 "@@@STEP_LOG_LINE@python.inline@@@@",
129 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
130 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
131 "@@@STEP_LOG_END@python.inline@@@"
132 ]
133 },
134 {
135 "cmd": [
136 "python",
137 "-u",
122 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
123 "runhooks" 139 "runhooks"
124 ], 140 ],
125 "cwd": "[SLAVE_BUILD]/v8", 141 "cwd": "[SLAVE_BUILD]/v8",
126 "env": { 142 "env": {
127 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
128 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8 _enable_disassembler=1 v8_target_arch=ia32", 144 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8 _enable_disassembler=1 v8_target_arch=ia32",
129 "GYP_GENERATORS": "ninja", 145 "GYP_GENERATORS": "ninja",
130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
131 }, 147 },
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 295 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571, \"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \ "v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
280 ], 296 ],
281 "name": "package build" 297 "name": "package build"
282 }, 298 },
283 { 299 {
284 "name": "$result", 300 "name": "$result",
285 "recipe_result": null, 301 "recipe_result": null,
286 "status_code": 0 302 "status_code": 0
287 } 303 }
288 ] 304 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698