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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Remoting_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 Remoting Tests", 10 "Android Remoting Tests",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@", 262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@",
263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@", 263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@",
264 "@@@STEP_LOG_END@python.inline@@@" 264 "@@@STEP_LOG_END@python.inline@@@"
265 ] 265 ]
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "[BUILD]/scripts/slave/daemonizer.py", 269 "[BUILD]/scripts/slave/daemonizer.py",
270 "--", 270 "--",
271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
272 "[SLAVE_BUILD]/src/out/logcat_dir" 272 "[SLAVE_BUILD]/src/out/logcat"
273 ], 273 ],
274 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
275 "env": { 275 "env": {
276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
277 }, 277 },
278 "name": "spawn_logcat_monitor" 278 "name": "spawn_logcat_monitor"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "[\"07a00ca4\"]", 433 "[\"07a00ca4\"]",
434 "chromium.fyi", 434 "chromium.fyi",
435 "Android Remoting Tests", 435 "Android Remoting Tests",
436 "--blacklist-file", 436 "--blacklist-file",
437 "[SLAVE_BUILD]/src/out/bad_devices.json" 437 "[SLAVE_BUILD]/src/out/bad_devices.json"
438 ], 438 ],
439 "cwd": "[SLAVE_BUILD]", 439 "cwd": "[SLAVE_BUILD]",
440 "name": "spawn_device_monitor" 440 "name": "spawn_device_monitor"
441 }, 441 },
442 { 442 {
443 "cmd": [],
444 "cwd": "[SLAVE_BUILD]",
445 "name": "remoting_unittests"
446 },
447 {
448 "cmd": [
449 "[BUILD]/scripts/slave/daemonizer.py",
450 "--",
451 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
452 "[TMP_BASE]/logcat_tmp_1"
453 ],
454 "cwd": "[SLAVE_BUILD]",
455 "env": {
456 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
457 },
458 "name": "remoting_unittests.spawn_logcat_monitor",
459 "~followup_annotations": [
460 "@@@STEP_NEST_LEVEL@1@@@"
461 ]
462 },
463 {
464 "cmd": [ 443 "cmd": [
465 "python", 444 "python",
466 "-u", 445 "-u",
467 "[SLAVE_BUILD]/src/build/android/test_runner.py", 446 "[SLAVE_BUILD]/src/build/android/test_runner.py",
468 "gtest", 447 "gtest",
469 "-s", 448 "-s",
470 "remoting_unittests", 449 "remoting_unittests",
471 "--blacklist-file", 450 "--blacklist-file",
472 "[SLAVE_BUILD]/src/out/bad_devices.json", 451 "[SLAVE_BUILD]/src/out/bad_devices.json",
473 "--verbose", 452 "--verbose",
474 "--release", 453 "--release",
475 "--flakiness-dashboard-server=test-results.appspot.com", 454 "--flakiness-dashboard-server=test-results.appspot.com",
476 "--json-results-file", 455 "--json-results-file",
477 "/path/to/tmp/json" 456 "/path/to/tmp/json"
478 ], 457 ],
479 "cwd": "[SLAVE_BUILD]", 458 "cwd": "[SLAVE_BUILD]",
480 "env": { 459 "env": {
481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 460 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
482 }, 461 },
483 "name": "remoting_unittests.remoting_unittests", 462 "name": "remoting_unittests"
484 "~followup_annotations": [
485 "@@@STEP_NEST_LEVEL@1@@@"
486 ]
487 }, 463 },
488 { 464 {
489 "cmd": [ 465 "cmd": [
490 "python",
491 "-u",
492 "[BUILD]/scripts/slave/tee.py",
493 "/path/to/tmp/logcat",
494 "--",
495 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
496 "[TMP_BASE]/logcat_tmp_1"
497 ],
498 "cwd": "[SLAVE_BUILD]",
499 "name": "remoting_unittests.logcat_dump",
500 "~followup_annotations": [
501 "@@@STEP_NEST_LEVEL@1@@@"
502 ]
503 },
504 {
505 "cmd": [],
506 "cwd": "[SLAVE_BUILD]",
507 "name": "ChromotingTest"
508 },
509 {
510 "cmd": [
511 "[BUILD]/scripts/slave/daemonizer.py",
512 "--",
513 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
514 "[TMP_BASE]/logcat_tmp_2"
515 ],
516 "cwd": "[SLAVE_BUILD]",
517 "env": {
518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
519 },
520 "name": "ChromotingTest.spawn_logcat_monitor",
521 "~followup_annotations": [
522 "@@@STEP_NEST_LEVEL@1@@@"
523 ]
524 },
525 {
526 "cmd": [
527 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 466 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
528 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", 467 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk",
529 "-v", 468 "-v",
530 "--blacklist-file", 469 "--blacklist-file",
531 "[SLAVE_BUILD]/src/out/bad_devices.json", 470 "[SLAVE_BUILD]/src/out/bad_devices.json",
532 "--release" 471 "--release"
533 ], 472 ],
534 "cwd": "[SLAVE_BUILD]", 473 "cwd": "[SLAVE_BUILD]",
535 "env": { 474 "env": {
536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 475 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
537 }, 476 },
538 "name": "ChromotingTest.install Chromoting.apk", 477 "name": "install Chromoting.apk"
539 "~followup_annotations": [
540 "@@@STEP_NEST_LEVEL@1@@@"
541 ]
542 }, 478 },
543 { 479 {
544 "cmd": [ 480 "cmd": [
545 "python", 481 "python",
546 "-u", 482 "-u",
547 "[SLAVE_BUILD]/src/build/android/test_runner.py", 483 "[SLAVE_BUILD]/src/build/android/test_runner.py",
548 "instrumentation", 484 "instrumentation",
549 "--test-apk", 485 "--test-apk",
550 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk", 486 "[SLAVE_BUILD]/src/out/Release/apks/ChromotingTest.apk",
551 "--blacklist-file", 487 "--blacklist-file",
552 "[SLAVE_BUILD]/src/out/bad_devices.json", 488 "[SLAVE_BUILD]/src/out/bad_devices.json",
553 "--apk-under-test", 489 "--apk-under-test",
554 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk", 490 "[SLAVE_BUILD]/src/out/Release/apks/Chromoting.apk",
555 "--flakiness-dashboard-server", 491 "--flakiness-dashboard-server",
556 "test-results.appspot.com", 492 "test-results.appspot.com",
557 "--verbose", 493 "--verbose",
558 "--release", 494 "--release",
559 "--json-results-file", 495 "--json-results-file",
560 "/path/to/tmp/json" 496 "/path/to/tmp/json"
561 ], 497 ],
562 "cwd": "[SLAVE_BUILD]", 498 "cwd": "[SLAVE_BUILD]",
563 "name": "ChromotingTest.Instrumentation test ChromotingTest", 499 "name": "Instrumentation test ChromotingTest",
564 "~followup_annotations": [ 500 "~followup_annotations": [
565 "@@@STEP_NEST_LEVEL@1@@@" 501 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
566 ] 502 ]
567 }, 503 },
568 { 504 {
569 "cmd": [
570 "python",
571 "-u",
572 "[BUILD]/scripts/slave/tee.py",
573 "/path/to/tmp/logcat",
574 "--",
575 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
576 "[TMP_BASE]/logcat_tmp_2"
577 ],
578 "cwd": "[SLAVE_BUILD]",
579 "name": "ChromotingTest.logcat_dump",
580 "~followup_annotations": [
581 "@@@STEP_NEST_LEVEL@1@@@"
582 ]
583 },
584 {
585 "cmd": [ 505 "cmd": [
586 "python", 506 "python",
587 "-u", 507 "-u",
588 "[BUILD]/scripts/slave/daemonizer.py", 508 "[BUILD]/scripts/slave/daemonizer.py",
589 "--action", 509 "--action",
590 "stop", 510 "stop",
591 "--pid-file-path", 511 "--pid-file-path",
592 "/tmp/device_monitor.pid" 512 "/tmp/device_monitor.pid"
593 ], 513 ],
594 "cwd": "[SLAVE_BUILD]", 514 "cwd": "[SLAVE_BUILD]",
595 "name": "shutdown_device_monitor" 515 "name": "shutdown_device_monitor"
596 }, 516 },
597 { 517 {
598 "cmd": [ 518 "cmd": [
599 "python", 519 "python",
600 "-u", 520 "-u",
601 "[BUILD]/scripts/slave/tee.py", 521 "[BUILD]/scripts/slave/tee.py",
602 "[SLAVE_BUILD]/src/out/Release/full_log", 522 "[SLAVE_BUILD]/src/out/Release/full_log",
603 "--", 523 "--",
604 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 524 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
605 "[SLAVE_BUILD]/src/out/logcat_dir" 525 "[SLAVE_BUILD]/src/out/logcat"
606 ], 526 ],
607 "cwd": "[SLAVE_BUILD]", 527 "cwd": "[SLAVE_BUILD]",
608 "name": "logcat_dump" 528 "name": "logcat_dump"
609 }, 529 },
610 { 530 {
611 "cmd": [ 531 "cmd": [
612 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 532 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
613 "--arch", 533 "--arch",
614 "arm", 534 "arm",
615 "--more-info", 535 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 573 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
654 "@@@STEP_LOG_END@python.inline@@@" 574 "@@@STEP_LOG_END@python.inline@@@"
655 ] 575 ]
656 }, 576 },
657 { 577 {
658 "name": "$result", 578 "name": "$result",
659 "recipe_result": null, 579 "recipe_result": null,
660 "status_code": 0 580 "status_code": 0
661 } 581 }
662 ] 582 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698