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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/test_failure.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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "@@@STEP_LOG_LINE@json.output@ }@@@", 234 "@@@STEP_LOG_LINE@json.output@ }@@@",
235 "@@@STEP_LOG_LINE@json.output@ ]@@@", 235 "@@@STEP_LOG_LINE@json.output@ ]@@@",
236 "@@@STEP_LOG_LINE@json.output@}@@@", 236 "@@@STEP_LOG_LINE@json.output@}@@@",
237 "@@@STEP_LOG_END@json.output@@@" 237 "@@@STEP_LOG_END@json.output@@@"
238 ] 238 ]
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10 )\n"
245 ],
246 "name": "ensure_goma.get the number of cpus",
247 "stdout": "/path/to/tmp/",
248 "~followup_annotations": [
249 "@@@STEP_NEST_LEVEL@1@@@",
250 "@@@STEP_LOG_LINE@python.inline@@@@",
251 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
252 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
253 "@@@STEP_LOG_END@python.inline@@@"
254 ]
255 },
256 {
257 "cmd": [
258 "python",
259 "-u",
244 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py", 260 "[BUILDER_CACHE]/ios/src/tools/mb/mb.py",
245 "gen", 261 "gen",
246 "-m", 262 "-m",
247 "chromium.fake", 263 "chromium.fake",
248 "-b", 264 "-b",
249 "ios", 265 "ios",
250 "--config-file", 266 "--config-file",
251 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl", 267 "[BUILDER_CACHE]/ios/src/webrtc/build/mb_config.pyl",
252 "--goma-dir", 268 "--goma-dir",
253 "[CACHE]/cipd/goma", 269 "[CACHE]/cipd/goma",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "@@@STEP_LINK@fake URL text@fake URL@@@" 355 "@@@STEP_LINK@fake URL text@fake URL@@@"
340 ] 356 ]
341 }, 357 },
342 { 358 {
343 "name": "$result", 359 "name": "$result",
344 "reason": "Failed fake tests 1 (fake device iOS 8.0).", 360 "reason": "Failed fake tests 1 (fake device iOS 8.0).",
345 "recipe_result": null, 361 "recipe_result": null,
346 "status_code": 1 362 "status_code": 1
347 } 363 }
348 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698