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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gyp_goma.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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 248 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
249 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 249 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
250 "@@@STEP_LOG_LINE@json.output@ }@@@", 250 "@@@STEP_LOG_LINE@json.output@ }@@@",
251 "@@@STEP_LOG_LINE@json.output@ ]@@@", 251 "@@@STEP_LOG_LINE@json.output@ ]@@@",
252 "@@@STEP_LOG_LINE@json.output@}@@@", 252 "@@@STEP_LOG_LINE@json.output@}@@@",
253 "@@@STEP_LOG_END@json.output@@@" 253 "@@@STEP_LOG_END@json.output@@@"
254 ] 254 ]
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python",
259 "-u",
260 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
261 ],
262 "name": "ensure_goma.get the number of cpus",
263 "stdout": "/path/to/tmp/",
264 "~followup_annotations": [
265 "@@@STEP_NEST_LEVEL@1@@@",
266 "@@@STEP_LOG_LINE@python.inline@@@@",
267 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
268 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
269 "@@@STEP_LOG_END@python.inline@@@"
270 ]
271 },
272 {
273 "cmd": [
258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
259 "--json-file", 275 "--json-file",
260 "/path/to/tmp/json", 276 "/path/to/tmp/json",
261 "--version", 277 "--version",
262 "fake xcode version" 278 "fake xcode version"
263 ], 279 ],
264 "name": "find xcode", 280 "name": "find xcode",
265 "~followup_annotations": [ 281 "~followup_annotations": [
266 "@@@STEP_LOG_LINE@json.output@{}@@@", 282 "@@@STEP_LOG_LINE@json.output@{}@@@",
267 "@@@STEP_LOG_END@json.output@@@" 283 "@@@STEP_LOG_END@json.output@@@"
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 "@@@STEP_LOG_END@json.output@@@", 838 "@@@STEP_LOG_END@json.output@@@",
823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 839 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
824 ] 840 ]
825 }, 841 },
826 { 842 {
827 "name": "$result", 843 "name": "$result",
828 "recipe_result": null, 844 "recipe_result": null,
829 "status_code": 0 845 "status_code": 0
830 } 846 }
831 ] 847 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698