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

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

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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_dir" 247 "[SLAVE_BUILD]/src/out/logcat"
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ] 404 ]
405 }, 405 },
406 { 406 {
407 "cmd": [ 407 "cmd": [
408 "python", 408 "python",
409 "-u", 409 "-u",
410 "[BUILD]/scripts/slave/tee.py", 410 "[BUILD]/scripts/slave/tee.py",
411 "[SLAVE_BUILD]/src/out/Release/full_log", 411 "[SLAVE_BUILD]/src/out/Release/full_log",
412 "--", 412 "--",
413 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 413 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
414 "[SLAVE_BUILD]/src/out/logcat_dir" 414 "[SLAVE_BUILD]/src/out/logcat"
415 ], 415 ],
416 "cwd": "[SLAVE_BUILD]", 416 "cwd": "[SLAVE_BUILD]",
417 "name": "logcat_dump" 417 "name": "logcat_dump"
418 }, 418 },
419 { 419 {
420 "cmd": [ 420 "cmd": [
421 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 421 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
422 "--arch", 422 "--arch",
423 "x86", 423 "x86",
424 "--more-info", 424 "--more-info",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 476 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
477 "@@@STEP_LOG_END@python.inline@@@" 477 "@@@STEP_LOG_END@python.inline@@@"
478 ] 478 ]
479 }, 479 },
480 { 480 {
481 "name": "$result", 481 "name": "$result",
482 "recipe_result": null, 482 "recipe_result": null,
483 "status_code": 0 483 "status_code": 0
484 } 484 }
485 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698