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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 188 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
189 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 189 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
190 "@@@STEP_LOG_LINE@json.output@ }@@@", 190 "@@@STEP_LOG_LINE@json.output@ }@@@",
191 "@@@STEP_LOG_LINE@json.output@ ]@@@", 191 "@@@STEP_LOG_LINE@json.output@ ]@@@",
192 "@@@STEP_LOG_LINE@json.output@}@@@", 192 "@@@STEP_LOG_LINE@json.output@}@@@",
193 "@@@STEP_LOG_END@json.output@@@" 193 "@@@STEP_LOG_END@json.output@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python",
199 "-u",
200 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
201 ],
202 "name": "ensure_goma.get the number of cpus",
203 "stdout": "/path/to/tmp/",
204 "~followup_annotations": [
205 "@@@STEP_NEST_LEVEL@1@@@",
206 "@@@STEP_LOG_LINE@python.inline@@@@",
207 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
208 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
209 "@@@STEP_LOG_END@python.inline@@@"
210 ]
211 },
212 {
213 "cmd": [
198 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
199 "--json-file", 215 "--json-file",
200 "/path/to/tmp/json", 216 "/path/to/tmp/json",
201 "--version", 217 "--version",
202 "fake xcode version" 218 "fake xcode version"
203 ], 219 ],
204 "name": "find xcode", 220 "name": "find xcode",
205 "~followup_annotations": [ 221 "~followup_annotations": [
206 "@@@STEP_LOG_LINE@json.output@{}@@@", 222 "@@@STEP_LOG_LINE@json.output@{}@@@",
207 "@@@STEP_LOG_END@json.output@@@" 223 "@@@STEP_LOG_END@json.output@@@"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 329 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
314 "@@@STEP_LOG_END@json.output (invalid)@@@" 330 "@@@STEP_LOG_END@json.output (invalid)@@@"
315 ] 331 ]
316 }, 332 },
317 { 333 {
318 "name": "$result", 334 "name": "$result",
319 "recipe_result": null, 335 "recipe_result": null,
320 "status_code": 0 336 "status_code": 0
321 } 337 }
322 ] 338 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698