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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/basic.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 "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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 198 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
200 "@@@STEP_LOG_LINE@json.output@ }@@@", 200 "@@@STEP_LOG_LINE@json.output@ }@@@",
201 "@@@STEP_LOG_LINE@json.output@ ]@@@", 201 "@@@STEP_LOG_LINE@json.output@ ]@@@",
202 "@@@STEP_LOG_LINE@json.output@}@@@", 202 "@@@STEP_LOG_LINE@json.output@}@@@",
203 "@@@STEP_LOG_END@json.output@@@" 203 "@@@STEP_LOG_END@json.output@@@"
204 ] 204 ]
205 }, 205 },
206 { 206 {
207 "cmd": [ 207 "cmd": [
208 "python",
209 "-u",
210 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
211 ],
212 "name": "ensure_goma.get the number of cpus",
213 "stdout": "/path/to/tmp/",
214 "~followup_annotations": [
215 "@@@STEP_NEST_LEVEL@1@@@",
216 "@@@STEP_LOG_LINE@python.inline@@@@",
217 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
218 "@@@STEP_LOG_LINE@python.inline@@@@",
219 "@@@STEP_LOG_LINE@python.inline@try:@@@",
220 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
221 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
222 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
223 "@@@STEP_LOG_LINE@python.inline@@@@",
224 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
225 "@@@STEP_LOG_END@python.inline@@@"
226 ]
227 },
228 {
229 "cmd": [
208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
209 "--json-file", 231 "--json-file",
210 "/path/to/tmp/json", 232 "/path/to/tmp/json",
211 "--version", 233 "--version",
212 "fake xcode version" 234 "fake xcode version"
213 ], 235 ],
214 "name": "find xcode", 236 "name": "find xcode",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@json.output@{}@@@", 238 "@@@STEP_LOG_LINE@json.output@{}@@@",
217 "@@@STEP_LOG_END@json.output@@@" 239 "@@@STEP_LOG_END@json.output@@@"
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_END@fake log@@@", 413 "@@@STEP_LOG_END@fake log@@@",
392 "@@@STEP_LINK@fake URL text@fake URL@@@" 414 "@@@STEP_LINK@fake URL text@fake URL@@@"
393 ] 415 ]
394 }, 416 },
395 { 417 {
396 "name": "$result", 418 "name": "$result",
397 "recipe_result": null, 419 "recipe_result": null,
398 "status_code": 0 420 "status_code": 0
399 } 421 }
400 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698