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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json

Issue 1465343002: [Android] Add context manager to record logcat during step(s). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Removed unused config. Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "clean-17-l-phone-image-no-popups" 237 "clean-17-l-phone-image-no-popups"
238 ], 238 ],
239 "cwd": "[SLAVE_BUILD]", 239 "cwd": "[SLAVE_BUILD]",
240 "name": "launch_instances" 240 "name": "launch_instances"
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "[BUILD]/scripts/slave/daemonizer.py", 244 "[BUILD]/scripts/slave/daemonizer.py",
245 "--", 245 "--",
246 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 246 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
247 "[SLAVE_BUILD]/src/out/logcat" 247 "[SLAVE_BUILD]/src/out/logcat_dir"
248 ], 248 ],
249 "cwd": "[SLAVE_BUILD]", 249 "cwd": "[SLAVE_BUILD]",
250 "env": { 250 "env": {
251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
252 }, 252 },
253 "name": "spawn_logcat_monitor" 253 "name": "spawn_logcat_monitor"
254 }, 254 },
255 { 255 {
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 ] 385 ]
386 }, 386 },
387 { 387 {
388 "cmd": [ 388 "cmd": [
389 "python", 389 "python",
390 "-u", 390 "-u",
391 "[BUILD]/scripts/slave/tee.py", 391 "[BUILD]/scripts/slave/tee.py",
392 "[SLAVE_BUILD]/src/out/Release/full_log", 392 "[SLAVE_BUILD]/src/out/Release/full_log",
393 "--", 393 "--",
394 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 394 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
395 "[SLAVE_BUILD]/src/out/logcat" 395 "[SLAVE_BUILD]/src/out/logcat_dir"
396 ], 396 ],
397 "cwd": "[SLAVE_BUILD]", 397 "cwd": "[SLAVE_BUILD]",
398 "name": "logcat_dump" 398 "name": "logcat_dump"
399 }, 399 },
400 { 400 {
401 "cmd": [ 401 "cmd": [
402 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 402 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
403 "--arch", 403 "--arch",
404 "x86", 404 "x86",
405 "--more-info", 405 "--more-info",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 457 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
458 "@@@STEP_LOG_END@python.inline@@@" 458 "@@@STEP_LOG_END@python.inline@@@"
459 ] 459 ]
460 }, 460 },
461 { 461 {
462 "name": "$result", 462 "name": "$result",
463 "recipe_result": null, 463 "recipe_result": null,
464 "status_code": 0 464 "status_code": 0
465 } 465 }
466 ] 466 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698