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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 187 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
188 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@", 188 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
189 "@@@STEP_LOG_LINE@json.output@ }@@@", 189 "@@@STEP_LOG_LINE@json.output@ }@@@",
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_END@json.output@@@" 192 "@@@STEP_LOG_END@json.output@@@"
193 ] 193 ]
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python",
198 "-u",
199 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n"
200 ],
201 "name": "ensure_goma.get the number of cpus",
202 "stdout": "/path/to/tmp/",
203 "~followup_annotations": [
204 "@@@STEP_NEST_LEVEL@1@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
207 "@@@STEP_LOG_LINE@python.inline@@@@",
208 "@@@STEP_LOG_LINE@python.inline@try:@@@",
209 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
210 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
211 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
212 "@@@STEP_LOG_LINE@python.inline@@@@",
213 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
214 "@@@STEP_LOG_END@python.inline@@@"
215 ]
216 },
217 {
218 "cmd": [
197 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py", 219 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/find_xcode.py",
198 "--json-file", 220 "--json-file",
199 "/path/to/tmp/json", 221 "/path/to/tmp/json",
200 "--version", 222 "--version",
201 "fake xcode version" 223 "fake xcode version"
202 ], 224 ],
203 "name": "find xcode", 225 "name": "find xcode",
204 "~followup_annotations": [ 226 "~followup_annotations": [
205 "@@@STEP_LOG_LINE@json.output@{}@@@", 227 "@@@STEP_LOG_LINE@json.output@{}@@@",
206 "@@@STEP_LOG_END@json.output@@@" 228 "@@@STEP_LOG_END@json.output@@@"
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 335 "@@@STEP_LOG_END@json.output (invalid)@@@"
314 ] 336 ]
315 }, 337 },
316 { 338 {
317 "name": "$result", 339 "name": "$result",
318 "recipe_result": null, 340 "recipe_result": null,
319 "status_code": 0 341 "status_code": 0
320 } 342 }
321 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698