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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_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 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@json.output@ }@@@", 175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@ ]@@@", 176 "@@@STEP_LOG_LINE@json.output@ ]@@@",
177 "@@@STEP_LOG_LINE@json.output@}@@@", 177 "@@@STEP_LOG_LINE@json.output@}@@@",
178 "@@@STEP_LOG_END@json.output@@@" 178 "@@@STEP_LOG_END@json.output@@@"
179 ] 179 ]
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
186 ],
187 "name": "ensure_goma.get the number of cpus",
188 "stdout": "/path/to/tmp/",
189 "~followup_annotations": [
190 "@@@STEP_NEST_LEVEL@1@@@",
191 "@@@STEP_LOG_LINE@python.inline@@@@",
192 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
193 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
194 "@@@STEP_LOG_END@python.inline@@@"
195 ]
196 },
197 {
198 "cmd": [
199 "python",
200 "-u",
185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
186 "runhooks" 202 "runhooks"
187 ], 203 ],
188 "cwd": "[BUILDER_CACHE]/Mac64_Release/src", 204 "cwd": "[BUILDER_CACHE]/Mac64_Release/src",
189 "env": { 205 "env": {
190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
191 "GYP_CHROMIUM_NO_ACTION": "1", 207 "GYP_CHROMIUM_NO_ACTION": "1",
192 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1", 208 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64 use_ goma=1",
193 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 209 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
194 }, 210 },
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ], 695 ],
680 "cwd": "[BUILDER_CACHE]/Mac64_Release", 696 "cwd": "[BUILDER_CACHE]/Mac64_Release",
681 "name": "webrtc_nonparallel_tests" 697 "name": "webrtc_nonparallel_tests"
682 }, 698 },
683 { 699 {
684 "name": "$result", 700 "name": "$result",
685 "recipe_result": null, 701 "recipe_result": null,
686 "status_code": 0 702 "status_code": 0
687 } 703 }
688 ] 704 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698