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

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: 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\nprint min(200, multiprocessing.cpu_count() * 10 )\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@print min(200, multiprocessing.cpu_count() * 10)@@@",
219 "@@@STEP_LOG_END@python.inline@@@"
220 ]
221 },
222 {
223 "cmd": [
208 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
209 "--json-file", 225 "--json-file",
210 "/path/to/tmp/json", 226 "/path/to/tmp/json",
211 "--version", 227 "--version",
212 "fake xcode version" 228 "fake xcode version"
213 ], 229 ],
214 "name": "find xcode", 230 "name": "find xcode",
215 "~followup_annotations": [ 231 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@json.output@{}@@@", 232 "@@@STEP_LOG_LINE@json.output@{}@@@",
217 "@@@STEP_LOG_END@json.output@@@" 233 "@@@STEP_LOG_END@json.output@@@"
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "@@@STEP_LOG_END@fake log@@@", 407 "@@@STEP_LOG_END@fake log@@@",
392 "@@@STEP_LINK@fake URL text@fake URL@@@" 408 "@@@STEP_LINK@fake URL text@fake URL@@@"
393 ] 409 ]
394 }, 410 },
395 { 411 {
396 "name": "$result", 412 "name": "$result",
397 "recipe_result": null, 413 "recipe_result": null,
398 "status_code": 0 414 "status_code": 0
399 } 415 }
400 ] 416 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698