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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_android_Android_One.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: 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.android", 8 "chromium.android",
9 "--builder", 9 "--builder",
10 "Android One", 10 "Android One",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "[\"07a00ca4\"]", 433 "[\"07a00ca4\"]",
434 "chromium.android", 434 "chromium.android",
435 "Android One", 435 "Android One",
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": "AndroidWebViewTest"
446 },
447 {
448 "cmd": [
449 "[BUILD]/scripts/slave/daemonizer.py",
450 "--",
451 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
452 "[TMP_BASE]/test_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": "AndroidWebViewTest.spawn_logcat_monitor",
459 "~followup_annotations": [
460 "@@@STEP_NEST_LEVEL@1@@@"
461 ]
462 },
463 {
443 "cmd": [ 464 "cmd": [
444 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 465 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
445 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 466 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
446 "-v", 467 "-v",
447 "--blacklist-file", 468 "--blacklist-file",
448 "[SLAVE_BUILD]/src/out/bad_devices.json", 469 "[SLAVE_BUILD]/src/out/bad_devices.json",
449 "--release" 470 "--release"
450 ], 471 ],
451 "cwd": "[SLAVE_BUILD]", 472 "cwd": "[SLAVE_BUILD]",
452 "env": { 473 "env": {
453 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 474 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
454 }, 475 },
455 "name": "install AndroidWebView.apk" 476 "name": "AndroidWebViewTest.install AndroidWebView.apk",
477 "~followup_annotations": [
478 "@@@STEP_NEST_LEVEL@1@@@"
479 ]
456 }, 480 },
457 { 481 {
458 "cmd": [ 482 "cmd": [
459 "python", 483 "python",
460 "-u", 484 "-u",
461 "[SLAVE_BUILD]/src/build/android/test_runner.py", 485 "[SLAVE_BUILD]/src/build/android/test_runner.py",
462 "instrumentation", 486 "instrumentation",
463 "--test-apk", 487 "--test-apk",
464 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 488 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
465 "--blacklist-file", 489 "--blacklist-file",
466 "[SLAVE_BUILD]/src/out/bad_devices.json", 490 "[SLAVE_BUILD]/src/out/bad_devices.json",
467 "--apk-under-test", 491 "--apk-under-test",
468 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 492 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
469 "--isolate-file-path", 493 "--isolate-file-path",
470 "android_webview/android_webview_test_apk.isolate", 494 "android_webview/android_webview_test_apk.isolate",
471 "--flakiness-dashboard-server", 495 "--flakiness-dashboard-server",
472 "test-results.appspot.com", 496 "test-results.appspot.com",
473 "--verbose", 497 "--verbose",
474 "--release", 498 "--release",
475 "--json-results-file", 499 "--json-results-file",
476 "/path/to/tmp/json" 500 "/path/to/tmp/json"
477 ], 501 ],
478 "cwd": "[SLAVE_BUILD]", 502 "cwd": "[SLAVE_BUILD]",
479 "name": "Instrumentation test AndroidWebViewTest", 503 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest",
480 "~followup_annotations": [ 504 "~followup_annotations": [
481 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 505 "@@@STEP_NEST_LEVEL@1@@@"
482 ] 506 ]
483 }, 507 },
484 { 508 {
509 "cmd": [
510 "python",
511 "-u",
512 "[BUILD]/scripts/slave/tee.py",
513 "/path/to/tmp/logcat",
514 "--",
515 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
516 "[TMP_BASE]/test_logcat_tmp_1"
517 ],
518 "cwd": "[SLAVE_BUILD]",
519 "name": "AndroidWebViewTest.logcat_dump",
520 "~followup_annotations": [
521 "@@@STEP_NEST_LEVEL@1@@@"
522 ]
523 },
524 {
525 "cmd": [],
526 "cwd": "[SLAVE_BUILD]",
527 "name": "ChromePublicTest"
528 },
529 {
530 "cmd": [
531 "[BUILD]/scripts/slave/daemonizer.py",
532 "--",
533 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
534 "[TMP_BASE]/test_logcat_tmp_2"
535 ],
536 "cwd": "[SLAVE_BUILD]",
537 "env": {
538 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
539 },
540 "name": "ChromePublicTest.spawn_logcat_monitor",
541 "~followup_annotations": [
542 "@@@STEP_NEST_LEVEL@1@@@"
543 ]
544 },
545 {
485 "cmd": [ 546 "cmd": [
486 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 547 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
487 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 548 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
488 "-v", 549 "-v",
489 "--blacklist-file", 550 "--blacklist-file",
490 "[SLAVE_BUILD]/src/out/bad_devices.json", 551 "[SLAVE_BUILD]/src/out/bad_devices.json",
491 "--release" 552 "--release"
492 ], 553 ],
493 "cwd": "[SLAVE_BUILD]", 554 "cwd": "[SLAVE_BUILD]",
494 "env": { 555 "env": {
495 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 556 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
496 }, 557 },
497 "name": "install ChromePublic.apk" 558 "name": "ChromePublicTest.install ChromePublic.apk",
559 "~followup_annotations": [
560 "@@@STEP_NEST_LEVEL@1@@@"
561 ]
498 }, 562 },
499 { 563 {
500 "cmd": [ 564 "cmd": [
501 "python", 565 "python",
502 "-u", 566 "-u",
503 "[SLAVE_BUILD]/src/build/android/test_runner.py", 567 "[SLAVE_BUILD]/src/build/android/test_runner.py",
504 "instrumentation", 568 "instrumentation",
505 "--test-apk", 569 "--test-apk",
506 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", 570 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
507 "--blacklist-file", 571 "--blacklist-file",
508 "[SLAVE_BUILD]/src/out/bad_devices.json", 572 "[SLAVE_BUILD]/src/out/bad_devices.json",
509 "--apk-under-test", 573 "--apk-under-test",
510 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 574 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
511 "--isolate-file-path", 575 "--isolate-file-path",
512 "chrome/chrome_public_test_apk.isolate", 576 "chrome/chrome_public_test_apk.isolate",
513 "--flakiness-dashboard-server", 577 "--flakiness-dashboard-server",
514 "test-results.appspot.com", 578 "test-results.appspot.com",
515 "--verbose", 579 "--verbose",
516 "--release", 580 "--release",
517 "--json-results-file", 581 "--json-results-file",
518 "/path/to/tmp/json" 582 "/path/to/tmp/json"
519 ], 583 ],
520 "cwd": "[SLAVE_BUILD]", 584 "cwd": "[SLAVE_BUILD]",
521 "name": "Instrumentation test ChromePublicTest", 585 "name": "ChromePublicTest.Instrumentation test ChromePublicTest",
522 "~followup_annotations": [ 586 "~followup_annotations": [
523 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 587 "@@@STEP_NEST_LEVEL@1@@@"
524 ] 588 ]
525 }, 589 },
526 { 590 {
591 "cmd": [
592 "python",
593 "-u",
594 "[BUILD]/scripts/slave/tee.py",
595 "/path/to/tmp/logcat",
596 "--",
597 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
598 "[TMP_BASE]/test_logcat_tmp_2"
599 ],
600 "cwd": "[SLAVE_BUILD]",
601 "name": "ChromePublicTest.logcat_dump",
602 "~followup_annotations": [
603 "@@@STEP_NEST_LEVEL@1@@@"
604 ]
605 },
606 {
607 "cmd": [],
608 "cwd": "[SLAVE_BUILD]",
609 "name": "ContentShellTest"
610 },
611 {
612 "cmd": [
613 "[BUILD]/scripts/slave/daemonizer.py",
614 "--",
615 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
616 "[TMP_BASE]/test_logcat_tmp_3"
617 ],
618 "cwd": "[SLAVE_BUILD]",
619 "env": {
620 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
621 },
622 "name": "ContentShellTest.spawn_logcat_monitor",
623 "~followup_annotations": [
624 "@@@STEP_NEST_LEVEL@1@@@"
625 ]
626 },
627 {
527 "cmd": [ 628 "cmd": [
528 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 629 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
529 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 630 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
530 "-v", 631 "-v",
531 "--blacklist-file", 632 "--blacklist-file",
532 "[SLAVE_BUILD]/src/out/bad_devices.json", 633 "[SLAVE_BUILD]/src/out/bad_devices.json",
533 "--release" 634 "--release"
534 ], 635 ],
535 "cwd": "[SLAVE_BUILD]", 636 "cwd": "[SLAVE_BUILD]",
536 "env": { 637 "env": {
537 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 638 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
538 }, 639 },
539 "name": "install ContentShell.apk" 640 "name": "ContentShellTest.install ContentShell.apk",
641 "~followup_annotations": [
642 "@@@STEP_NEST_LEVEL@1@@@"
643 ]
540 }, 644 },
541 { 645 {
542 "cmd": [ 646 "cmd": [
543 "python", 647 "python",
544 "-u", 648 "-u",
545 "[SLAVE_BUILD]/src/build/android/test_runner.py", 649 "[SLAVE_BUILD]/src/build/android/test_runner.py",
546 "instrumentation", 650 "instrumentation",
547 "--test-apk", 651 "--test-apk",
548 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", 652 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
549 "--blacklist-file", 653 "--blacklist-file",
550 "[SLAVE_BUILD]/src/out/bad_devices.json", 654 "[SLAVE_BUILD]/src/out/bad_devices.json",
551 "--apk-under-test", 655 "--apk-under-test",
552 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 656 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
553 "--isolate-file-path", 657 "--isolate-file-path",
554 "content/content_shell_test_apk.isolate", 658 "content/content_shell_test_apk.isolate",
555 "--flakiness-dashboard-server", 659 "--flakiness-dashboard-server",
556 "test-results.appspot.com", 660 "test-results.appspot.com",
557 "--verbose", 661 "--verbose",
558 "--release", 662 "--release",
559 "--json-results-file", 663 "--json-results-file",
560 "/path/to/tmp/json" 664 "/path/to/tmp/json"
561 ], 665 ],
562 "cwd": "[SLAVE_BUILD]", 666 "cwd": "[SLAVE_BUILD]",
563 "name": "Instrumentation test ContentShellTest", 667 "name": "ContentShellTest.Instrumentation test ContentShellTest",
564 "~followup_annotations": [ 668 "~followup_annotations": [
565 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 669 "@@@STEP_NEST_LEVEL@1@@@"
566 ] 670 ]
567 }, 671 },
568 { 672 {
673 "cmd": [
674 "python",
675 "-u",
676 "[BUILD]/scripts/slave/tee.py",
677 "/path/to/tmp/logcat",
678 "--",
679 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
680 "[TMP_BASE]/test_logcat_tmp_3"
681 ],
682 "cwd": "[SLAVE_BUILD]",
683 "name": "ContentShellTest.logcat_dump",
684 "~followup_annotations": [
685 "@@@STEP_NEST_LEVEL@1@@@"
686 ]
687 },
688 {
689 "cmd": [],
690 "cwd": "[SLAVE_BUILD]",
691 "name": "ChromeSyncShellTest"
692 },
693 {
694 "cmd": [
695 "[BUILD]/scripts/slave/daemonizer.py",
696 "--",
697 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
698 "[TMP_BASE]/test_logcat_tmp_4"
699 ],
700 "cwd": "[SLAVE_BUILD]",
701 "env": {
702 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
703 },
704 "name": "ChromeSyncShellTest.spawn_logcat_monitor",
705 "~followup_annotations": [
706 "@@@STEP_NEST_LEVEL@1@@@"
707 ]
708 },
709 {
569 "cmd": [ 710 "cmd": [
570 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 711 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
571 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 712 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
572 "-v", 713 "-v",
573 "--blacklist-file", 714 "--blacklist-file",
574 "[SLAVE_BUILD]/src/out/bad_devices.json", 715 "[SLAVE_BUILD]/src/out/bad_devices.json",
575 "--release" 716 "--release"
576 ], 717 ],
577 "cwd": "[SLAVE_BUILD]", 718 "cwd": "[SLAVE_BUILD]",
578 "env": { 719 "env": {
579 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 720 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
580 }, 721 },
581 "name": "install ChromeSyncShell.apk" 722 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk",
723 "~followup_annotations": [
724 "@@@STEP_NEST_LEVEL@1@@@"
725 ]
582 }, 726 },
583 { 727 {
584 "cmd": [ 728 "cmd": [
585 "python", 729 "python",
586 "-u", 730 "-u",
587 "[SLAVE_BUILD]/src/build/android/test_runner.py", 731 "[SLAVE_BUILD]/src/build/android/test_runner.py",
588 "instrumentation", 732 "instrumentation",
589 "--test-apk", 733 "--test-apk",
590 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", 734 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
591 "--blacklist-file", 735 "--blacklist-file",
592 "[SLAVE_BUILD]/src/out/bad_devices.json", 736 "[SLAVE_BUILD]/src/out/bad_devices.json",
593 "--apk-under-test", 737 "--apk-under-test",
594 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 738 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
595 "--flakiness-dashboard-server", 739 "--flakiness-dashboard-server",
596 "test-results.appspot.com", 740 "test-results.appspot.com",
597 "--verbose", 741 "--verbose",
598 "--release", 742 "--release",
599 "--json-results-file", 743 "--json-results-file",
600 "/path/to/tmp/json" 744 "/path/to/tmp/json"
601 ], 745 ],
602 "cwd": "[SLAVE_BUILD]", 746 "cwd": "[SLAVE_BUILD]",
603 "name": "Instrumentation test ChromeSyncShellTest", 747 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest",
604 "~followup_annotations": [ 748 "~followup_annotations": [
605 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 749 "@@@STEP_NEST_LEVEL@1@@@"
606 ] 750 ]
607 }, 751 },
608 { 752 {
609 "cmd": [ 753 "cmd": [
610 "python", 754 "python",
611 "-u", 755 "-u",
612 "[SLAVE_BUILD]/src/build/android/test_runner.py", 756 "[BUILD]/scripts/slave/tee.py",
613 "gtest", 757 "/path/to/tmp/logcat",
614 "-s", 758 "--",
615 "android_webview_unittests", 759 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
616 "--blacklist-file", 760 "[TMP_BASE]/test_logcat_tmp_4"
617 "[SLAVE_BUILD]/src/out/bad_devices.json", 761 ],
618 "--verbose", 762 "cwd": "[SLAVE_BUILD]",
619 "--release", 763 "name": "ChromeSyncShellTest.logcat_dump",
620 "--flakiness-dashboard-server=test-results.appspot.com", 764 "~followup_annotations": [
621 "--json-results-file", 765 "@@@STEP_NEST_LEVEL@1@@@"
622 "/path/to/tmp/json" 766 ]
767 },
768 {
769 "cmd": [],
770 "cwd": "[SLAVE_BUILD]",
771 "name": "android_webview_unittests"
772 },
773 {
774 "cmd": [
775 "[BUILD]/scripts/slave/daemonizer.py",
776 "--",
777 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
778 "[TMP_BASE]/test_logcat_tmp_5"
623 ], 779 ],
624 "cwd": "[SLAVE_BUILD]", 780 "cwd": "[SLAVE_BUILD]",
625 "env": { 781 "env": {
626 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 782 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
627 }, 783 },
628 "name": "android_webview_unittests" 784 "name": "android_webview_unittests.spawn_logcat_monitor",
785 "~followup_annotations": [
786 "@@@STEP_NEST_LEVEL@1@@@"
787 ]
629 }, 788 },
630 { 789 {
631 "cmd": [ 790 "cmd": [
632 "python", 791 "python",
633 "-u", 792 "-u",
634 "[SLAVE_BUILD]/src/build/android/test_runner.py", 793 "[SLAVE_BUILD]/src/build/android/test_runner.py",
635 "gtest", 794 "gtest",
636 "-s", 795 "-s",
637 "base_unittests", 796 "android_webview_unittests",
638 "--blacklist-file", 797 "--blacklist-file",
639 "[SLAVE_BUILD]/src/out/bad_devices.json", 798 "[SLAVE_BUILD]/src/out/bad_devices.json",
640 "--verbose", 799 "--verbose",
641 "--release", 800 "--release",
642 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate",
643 "--flakiness-dashboard-server=test-results.appspot.com", 801 "--flakiness-dashboard-server=test-results.appspot.com",
644 "--json-results-file", 802 "--json-results-file",
645 "/path/to/tmp/json" 803 "/path/to/tmp/json"
646 ], 804 ],
647 "cwd": "[SLAVE_BUILD]", 805 "cwd": "[SLAVE_BUILD]",
648 "env": { 806 "env": {
649 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 807 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
650 }, 808 },
809 "name": "android_webview_unittests.android_webview_unittests",
810 "~followup_annotations": [
811 "@@@STEP_NEST_LEVEL@1@@@"
812 ]
813 },
814 {
815 "cmd": [
816 "python",
817 "-u",
818 "[BUILD]/scripts/slave/tee.py",
819 "/path/to/tmp/logcat",
820 "--",
821 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
822 "[TMP_BASE]/test_logcat_tmp_5"
823 ],
824 "cwd": "[SLAVE_BUILD]",
825 "name": "android_webview_unittests.logcat_dump",
826 "~followup_annotations": [
827 "@@@STEP_NEST_LEVEL@1@@@"
828 ]
829 },
830 {
831 "cmd": [],
832 "cwd": "[SLAVE_BUILD]",
651 "name": "base_unittests" 833 "name": "base_unittests"
652 }, 834 },
653 { 835 {
654 "cmd": [ 836 "cmd": [
837 "[BUILD]/scripts/slave/daemonizer.py",
838 "--",
839 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
840 "[TMP_BASE]/test_logcat_tmp_6"
841 ],
842 "cwd": "[SLAVE_BUILD]",
843 "env": {
844 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
845 },
846 "name": "base_unittests.spawn_logcat_monitor",
847 "~followup_annotations": [
848 "@@@STEP_NEST_LEVEL@1@@@"
849 ]
850 },
851 {
852 "cmd": [
655 "python", 853 "python",
656 "-u", 854 "-u",
657 "[SLAVE_BUILD]/src/build/android/test_runner.py", 855 "[SLAVE_BUILD]/src/build/android/test_runner.py",
658 "gtest", 856 "gtest",
659 "-s", 857 "-s",
660 "breakpad_unittests", 858 "base_unittests",
661 "--blacklist-file", 859 "--blacklist-file",
662 "[SLAVE_BUILD]/src/out/bad_devices.json", 860 "[SLAVE_BUILD]/src/out/bad_devices.json",
663 "--verbose", 861 "--verbose",
664 "--release", 862 "--release",
665 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 863 "--isolate_file_path=[SLAVE_BUILD]/src/base/base_unittests.isolate",
666 "--flakiness-dashboard-server=test-results.appspot.com", 864 "--flakiness-dashboard-server=test-results.appspot.com",
667 "--json-results-file", 865 "--json-results-file",
668 "/path/to/tmp/json" 866 "/path/to/tmp/json"
669 ], 867 ],
670 "cwd": "[SLAVE_BUILD]", 868 "cwd": "[SLAVE_BUILD]",
671 "env": { 869 "env": {
672 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 870 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
673 }, 871 },
674 "name": "breakpad_unittests" 872 "name": "base_unittests.base_unittests",
873 "~followup_annotations": [
874 "@@@STEP_NEST_LEVEL@1@@@"
875 ]
675 }, 876 },
676 { 877 {
677 "cmd": [ 878 "cmd": [
678 "python", 879 "python",
679 "-u", 880 "-u",
680 "[SLAVE_BUILD]/src/build/android/test_runner.py", 881 "[BUILD]/scripts/slave/tee.py",
681 "gtest", 882 "/path/to/tmp/logcat",
682 "-s", 883 "--",
683 "cc_unittests", 884 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
684 "--blacklist-file", 885 "[TMP_BASE]/test_logcat_tmp_6"
685 "[SLAVE_BUILD]/src/out/bad_devices.json", 886 ],
686 "--verbose", 887 "cwd": "[SLAVE_BUILD]",
687 "--release", 888 "name": "base_unittests.logcat_dump",
688 "--flakiness-dashboard-server=test-results.appspot.com", 889 "~followup_annotations": [
689 "--json-results-file", 890 "@@@STEP_NEST_LEVEL@1@@@"
690 "/path/to/tmp/json" 891 ]
892 },
893 {
894 "cmd": [],
895 "cwd": "[SLAVE_BUILD]",
896 "name": "breakpad_unittests"
897 },
898 {
899 "cmd": [
900 "[BUILD]/scripts/slave/daemonizer.py",
901 "--",
902 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
903 "[TMP_BASE]/test_logcat_tmp_7"
691 ], 904 ],
692 "cwd": "[SLAVE_BUILD]", 905 "cwd": "[SLAVE_BUILD]",
693 "env": { 906 "env": {
694 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 907 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
695 }, 908 },
696 "name": "cc_unittests" 909 "name": "breakpad_unittests.spawn_logcat_monitor",
910 "~followup_annotations": [
911 "@@@STEP_NEST_LEVEL@1@@@"
912 ]
697 }, 913 },
698 { 914 {
699 "cmd": [ 915 "cmd": [
700 "python", 916 "python",
701 "-u", 917 "-u",
702 "[SLAVE_BUILD]/src/build/android/test_runner.py", 918 "[SLAVE_BUILD]/src/build/android/test_runner.py",
703 "gtest", 919 "gtest",
704 "-s", 920 "-s",
705 "components_browsertests", 921 "breakpad_unittests",
706 "--blacklist-file", 922 "--blacklist-file",
707 "[SLAVE_BUILD]/src/out/bad_devices.json", 923 "[SLAVE_BUILD]/src/out/bad_devices.json",
708 "--verbose", 924 "--verbose",
709 "--release", 925 "--release",
710 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate", 926 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
711 "--flakiness-dashboard-server=test-results.appspot.com", 927 "--flakiness-dashboard-server=test-results.appspot.com",
712 "--json-results-file", 928 "--json-results-file",
713 "/path/to/tmp/json" 929 "/path/to/tmp/json"
714 ], 930 ],
715 "cwd": "[SLAVE_BUILD]", 931 "cwd": "[SLAVE_BUILD]",
716 "env": { 932 "env": {
717 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 933 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
718 }, 934 },
719 "name": "components_browsertests" 935 "name": "breakpad_unittests.breakpad_unittests",
936 "~followup_annotations": [
937 "@@@STEP_NEST_LEVEL@1@@@"
938 ]
720 }, 939 },
721 { 940 {
722 "cmd": [ 941 "cmd": [
723 "python", 942 "python",
724 "-u", 943 "-u",
725 "[SLAVE_BUILD]/src/build/android/test_runner.py", 944 "[BUILD]/scripts/slave/tee.py",
726 "gtest", 945 "/path/to/tmp/logcat",
727 "-s", 946 "--",
728 "components_unittests", 947 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
729 "--blacklist-file", 948 "[TMP_BASE]/test_logcat_tmp_7"
730 "[SLAVE_BUILD]/src/out/bad_devices.json", 949 ],
731 "--verbose", 950 "cwd": "[SLAVE_BUILD]",
732 "--release", 951 "name": "breakpad_unittests.logcat_dump",
733 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso late", 952 "~followup_annotations": [
734 "--flakiness-dashboard-server=test-results.appspot.com", 953 "@@@STEP_NEST_LEVEL@1@@@"
735 "--json-results-file", 954 ]
736 "/path/to/tmp/json" 955 },
956 {
957 "cmd": [],
958 "cwd": "[SLAVE_BUILD]",
959 "name": "cc_unittests"
960 },
961 {
962 "cmd": [
963 "[BUILD]/scripts/slave/daemonizer.py",
964 "--",
965 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
966 "[TMP_BASE]/test_logcat_tmp_8"
737 ], 967 ],
738 "cwd": "[SLAVE_BUILD]", 968 "cwd": "[SLAVE_BUILD]",
739 "env": { 969 "env": {
740 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 970 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
741 }, 971 },
742 "name": "components_unittests" 972 "name": "cc_unittests.spawn_logcat_monitor",
973 "~followup_annotations": [
974 "@@@STEP_NEST_LEVEL@1@@@"
975 ]
743 }, 976 },
744 { 977 {
745 "cmd": [ 978 "cmd": [
746 "python", 979 "python",
747 "-u", 980 "-u",
748 "[SLAVE_BUILD]/src/build/android/test_runner.py", 981 "[SLAVE_BUILD]/src/build/android/test_runner.py",
749 "gtest", 982 "gtest",
750 "-s", 983 "-s",
751 "content_browsertests", 984 "cc_unittests",
752 "--blacklist-file", 985 "--blacklist-file",
753 "[SLAVE_BUILD]/src/out/bad_devices.json", 986 "[SLAVE_BUILD]/src/out/bad_devices.json",
754 "--verbose", 987 "--verbose",
755 "--release", 988 "--release",
756 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat e",
757 "--flakiness-dashboard-server=test-results.appspot.com", 989 "--flakiness-dashboard-server=test-results.appspot.com",
758 "--json-results-file", 990 "--json-results-file",
759 "/path/to/tmp/json" 991 "/path/to/tmp/json"
760 ], 992 ],
761 "cwd": "[SLAVE_BUILD]", 993 "cwd": "[SLAVE_BUILD]",
762 "env": { 994 "env": {
763 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 995 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
764 }, 996 },
997 "name": "cc_unittests.cc_unittests",
998 "~followup_annotations": [
999 "@@@STEP_NEST_LEVEL@1@@@"
1000 ]
1001 },
1002 {
1003 "cmd": [
1004 "python",
1005 "-u",
1006 "[BUILD]/scripts/slave/tee.py",
1007 "/path/to/tmp/logcat",
1008 "--",
1009 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1010 "[TMP_BASE]/test_logcat_tmp_8"
1011 ],
1012 "cwd": "[SLAVE_BUILD]",
1013 "name": "cc_unittests.logcat_dump",
1014 "~followup_annotations": [
1015 "@@@STEP_NEST_LEVEL@1@@@"
1016 ]
1017 },
1018 {
1019 "cmd": [],
1020 "cwd": "[SLAVE_BUILD]",
1021 "name": "components_browsertests"
1022 },
1023 {
1024 "cmd": [
1025 "[BUILD]/scripts/slave/daemonizer.py",
1026 "--",
1027 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1028 "[TMP_BASE]/test_logcat_tmp_9"
1029 ],
1030 "cwd": "[SLAVE_BUILD]",
1031 "env": {
1032 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1033 },
1034 "name": "components_browsertests.spawn_logcat_monitor",
1035 "~followup_annotations": [
1036 "@@@STEP_NEST_LEVEL@1@@@"
1037 ]
1038 },
1039 {
1040 "cmd": [
1041 "python",
1042 "-u",
1043 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1044 "gtest",
1045 "-s",
1046 "components_browsertests",
1047 "--blacklist-file",
1048 "[SLAVE_BUILD]/src/out/bad_devices.json",
1049 "--verbose",
1050 "--release",
1051 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_browsertests. isolate",
1052 "--flakiness-dashboard-server=test-results.appspot.com",
1053 "--json-results-file",
1054 "/path/to/tmp/json"
1055 ],
1056 "cwd": "[SLAVE_BUILD]",
1057 "env": {
1058 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1059 },
1060 "name": "components_browsertests.components_browsertests",
1061 "~followup_annotations": [
1062 "@@@STEP_NEST_LEVEL@1@@@"
1063 ]
1064 },
1065 {
1066 "cmd": [
1067 "python",
1068 "-u",
1069 "[BUILD]/scripts/slave/tee.py",
1070 "/path/to/tmp/logcat",
1071 "--",
1072 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1073 "[TMP_BASE]/test_logcat_tmp_9"
1074 ],
1075 "cwd": "[SLAVE_BUILD]",
1076 "name": "components_browsertests.logcat_dump",
1077 "~followup_annotations": [
1078 "@@@STEP_NEST_LEVEL@1@@@"
1079 ]
1080 },
1081 {
1082 "cmd": [],
1083 "cwd": "[SLAVE_BUILD]",
1084 "name": "components_unittests"
1085 },
1086 {
1087 "cmd": [
1088 "[BUILD]/scripts/slave/daemonizer.py",
1089 "--",
1090 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1091 "[TMP_BASE]/test_logcat_tmp_10"
1092 ],
1093 "cwd": "[SLAVE_BUILD]",
1094 "env": {
1095 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1096 },
1097 "name": "components_unittests.spawn_logcat_monitor",
1098 "~followup_annotations": [
1099 "@@@STEP_NEST_LEVEL@1@@@"
1100 ]
1101 },
1102 {
1103 "cmd": [
1104 "python",
1105 "-u",
1106 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1107 "gtest",
1108 "-s",
1109 "components_unittests",
1110 "--blacklist-file",
1111 "[SLAVE_BUILD]/src/out/bad_devices.json",
1112 "--verbose",
1113 "--release",
1114 "--isolate_file_path=[SLAVE_BUILD]/src/components/components_unittests.iso late",
1115 "--flakiness-dashboard-server=test-results.appspot.com",
1116 "--json-results-file",
1117 "/path/to/tmp/json"
1118 ],
1119 "cwd": "[SLAVE_BUILD]",
1120 "env": {
1121 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1122 },
1123 "name": "components_unittests.components_unittests",
1124 "~followup_annotations": [
1125 "@@@STEP_NEST_LEVEL@1@@@"
1126 ]
1127 },
1128 {
1129 "cmd": [
1130 "python",
1131 "-u",
1132 "[BUILD]/scripts/slave/tee.py",
1133 "/path/to/tmp/logcat",
1134 "--",
1135 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1136 "[TMP_BASE]/test_logcat_tmp_10"
1137 ],
1138 "cwd": "[SLAVE_BUILD]",
1139 "name": "components_unittests.logcat_dump",
1140 "~followup_annotations": [
1141 "@@@STEP_NEST_LEVEL@1@@@"
1142 ]
1143 },
1144 {
1145 "cmd": [],
1146 "cwd": "[SLAVE_BUILD]",
765 "name": "content_browsertests" 1147 "name": "content_browsertests"
766 }, 1148 },
767 { 1149 {
768 "cmd": [ 1150 "cmd": [
769 "python", 1151 "[BUILD]/scripts/slave/daemonizer.py",
770 "-u", 1152 "--",
771 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1153 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1154 "[TMP_BASE]/test_logcat_tmp_11"
1155 ],
1156 "cwd": "[SLAVE_BUILD]",
1157 "env": {
1158 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1159 },
1160 "name": "content_browsertests.spawn_logcat_monitor",
1161 "~followup_annotations": [
1162 "@@@STEP_NEST_LEVEL@1@@@"
1163 ]
1164 },
1165 {
1166 "cmd": [
1167 "python",
1168 "-u",
1169 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1170 "gtest",
1171 "-s",
1172 "content_browsertests",
1173 "--blacklist-file",
1174 "[SLAVE_BUILD]/src/out/bad_devices.json",
1175 "--verbose",
1176 "--release",
1177 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_browsertests.isolat e",
1178 "--flakiness-dashboard-server=test-results.appspot.com",
1179 "--json-results-file",
1180 "/path/to/tmp/json"
1181 ],
1182 "cwd": "[SLAVE_BUILD]",
1183 "env": {
1184 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1185 },
1186 "name": "content_browsertests.content_browsertests",
1187 "~followup_annotations": [
1188 "@@@STEP_NEST_LEVEL@1@@@"
1189 ]
1190 },
1191 {
1192 "cmd": [
1193 "python",
1194 "-u",
1195 "[BUILD]/scripts/slave/tee.py",
1196 "/path/to/tmp/logcat",
1197 "--",
1198 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1199 "[TMP_BASE]/test_logcat_tmp_11"
1200 ],
1201 "cwd": "[SLAVE_BUILD]",
1202 "name": "content_browsertests.logcat_dump",
1203 "~followup_annotations": [
1204 "@@@STEP_NEST_LEVEL@1@@@"
1205 ]
1206 },
1207 {
1208 "cmd": [],
1209 "cwd": "[SLAVE_BUILD]",
1210 "name": "content_unittests"
1211 },
1212 {
1213 "cmd": [
1214 "[BUILD]/scripts/slave/daemonizer.py",
1215 "--",
1216 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1217 "[TMP_BASE]/test_logcat_tmp_12"
1218 ],
1219 "cwd": "[SLAVE_BUILD]",
1220 "env": {
1221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1222 },
1223 "name": "content_unittests.spawn_logcat_monitor",
1224 "~followup_annotations": [
1225 "@@@STEP_NEST_LEVEL@1@@@"
1226 ]
1227 },
1228 {
1229 "cmd": [
1230 "python",
1231 "-u",
1232 "[SLAVE_BUILD]/src/build/android/test_runner.py",
772 "gtest", 1233 "gtest",
773 "-s", 1234 "-s",
774 "content_unittests", 1235 "content_unittests",
775 "--blacklist-file", 1236 "--blacklist-file",
776 "[SLAVE_BUILD]/src/out/bad_devices.json", 1237 "[SLAVE_BUILD]/src/out/bad_devices.json",
777 "--verbose", 1238 "--verbose",
778 "--release", 1239 "--release",
779 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate", 1240 "--isolate_file_path=[SLAVE_BUILD]/src/content/content_unittests.isolate",
780 "--flakiness-dashboard-server=test-results.appspot.com", 1241 "--flakiness-dashboard-server=test-results.appspot.com",
781 "--json-results-file", 1242 "--json-results-file",
782 "/path/to/tmp/json" 1243 "/path/to/tmp/json"
783 ], 1244 ],
784 "cwd": "[SLAVE_BUILD]", 1245 "cwd": "[SLAVE_BUILD]",
785 "env": { 1246 "env": {
786 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1247 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
787 }, 1248 },
788 "name": "content_unittests" 1249 "name": "content_unittests.content_unittests",
1250 "~followup_annotations": [
1251 "@@@STEP_NEST_LEVEL@1@@@"
1252 ]
789 }, 1253 },
790 { 1254 {
791 "cmd": [ 1255 "cmd": [
1256 "python",
1257 "-u",
1258 "[BUILD]/scripts/slave/tee.py",
1259 "/path/to/tmp/logcat",
1260 "--",
1261 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1262 "[TMP_BASE]/test_logcat_tmp_12"
1263 ],
1264 "cwd": "[SLAVE_BUILD]",
1265 "name": "content_unittests.logcat_dump",
1266 "~followup_annotations": [
1267 "@@@STEP_NEST_LEVEL@1@@@"
1268 ]
1269 },
1270 {
1271 "cmd": [],
1272 "cwd": "[SLAVE_BUILD]",
1273 "name": "device_unittests"
1274 },
1275 {
1276 "cmd": [
1277 "[BUILD]/scripts/slave/daemonizer.py",
1278 "--",
1279 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1280 "[TMP_BASE]/test_logcat_tmp_13"
1281 ],
1282 "cwd": "[SLAVE_BUILD]",
1283 "env": {
1284 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1285 },
1286 "name": "device_unittests.spawn_logcat_monitor",
1287 "~followup_annotations": [
1288 "@@@STEP_NEST_LEVEL@1@@@"
1289 ]
1290 },
1291 {
1292 "cmd": [
792 "python", 1293 "python",
793 "-u", 1294 "-u",
794 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1295 "[SLAVE_BUILD]/src/build/android/test_runner.py",
795 "gtest", 1296 "gtest",
796 "-s", 1297 "-s",
797 "device_unittests", 1298 "device_unittests",
798 "--blacklist-file", 1299 "--blacklist-file",
799 "[SLAVE_BUILD]/src/out/bad_devices.json", 1300 "[SLAVE_BUILD]/src/out/bad_devices.json",
800 "--verbose", 1301 "--verbose",
801 "--release", 1302 "--release",
802 "--flakiness-dashboard-server=test-results.appspot.com", 1303 "--flakiness-dashboard-server=test-results.appspot.com",
803 "--json-results-file", 1304 "--json-results-file",
804 "/path/to/tmp/json" 1305 "/path/to/tmp/json"
805 ], 1306 ],
806 "cwd": "[SLAVE_BUILD]", 1307 "cwd": "[SLAVE_BUILD]",
807 "env": { 1308 "env": {
808 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1309 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
809 }, 1310 },
810 "name": "device_unittests" 1311 "name": "device_unittests.device_unittests",
811 }, 1312 "~followup_annotations": [
812 { 1313 "@@@STEP_NEST_LEVEL@1@@@"
813 "cmd": [ 1314 ]
1315 },
1316 {
1317 "cmd": [
1318 "python",
1319 "-u",
1320 "[BUILD]/scripts/slave/tee.py",
1321 "/path/to/tmp/logcat",
1322 "--",
1323 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1324 "[TMP_BASE]/test_logcat_tmp_13"
1325 ],
1326 "cwd": "[SLAVE_BUILD]",
1327 "name": "device_unittests.logcat_dump",
1328 "~followup_annotations": [
1329 "@@@STEP_NEST_LEVEL@1@@@"
1330 ]
1331 },
1332 {
1333 "cmd": [],
1334 "cwd": "[SLAVE_BUILD]",
1335 "name": "events_unittests"
1336 },
1337 {
1338 "cmd": [
1339 "[BUILD]/scripts/slave/daemonizer.py",
1340 "--",
1341 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1342 "[TMP_BASE]/test_logcat_tmp_14"
1343 ],
1344 "cwd": "[SLAVE_BUILD]",
1345 "env": {
1346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1347 },
1348 "name": "events_unittests.spawn_logcat_monitor",
1349 "~followup_annotations": [
1350 "@@@STEP_NEST_LEVEL@1@@@"
1351 ]
1352 },
1353 {
1354 "cmd": [
1355 "python",
1356 "-u",
1357 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1358 "gtest",
1359 "-s",
1360 "events_unittests",
1361 "--blacklist-file",
1362 "[SLAVE_BUILD]/src/out/bad_devices.json",
1363 "--verbose",
1364 "--release",
1365 "--flakiness-dashboard-server=test-results.appspot.com",
1366 "--json-results-file",
1367 "/path/to/tmp/json"
1368 ],
1369 "cwd": "[SLAVE_BUILD]",
1370 "env": {
1371 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1372 },
1373 "name": "events_unittests.events_unittests",
1374 "~followup_annotations": [
1375 "@@@STEP_NEST_LEVEL@1@@@"
1376 ]
1377 },
1378 {
1379 "cmd": [
1380 "python",
1381 "-u",
1382 "[BUILD]/scripts/slave/tee.py",
1383 "/path/to/tmp/logcat",
1384 "--",
1385 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1386 "[TMP_BASE]/test_logcat_tmp_14"
1387 ],
1388 "cwd": "[SLAVE_BUILD]",
1389 "name": "events_unittests.logcat_dump",
1390 "~followup_annotations": [
1391 "@@@STEP_NEST_LEVEL@1@@@"
1392 ]
1393 },
1394 {
1395 "cmd": [],
1396 "cwd": "[SLAVE_BUILD]",
1397 "name": "gl_tests"
1398 },
1399 {
1400 "cmd": [
1401 "[BUILD]/scripts/slave/daemonizer.py",
1402 "--",
1403 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1404 "[TMP_BASE]/test_logcat_tmp_15"
1405 ],
1406 "cwd": "[SLAVE_BUILD]",
1407 "env": {
1408 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1409 },
1410 "name": "gl_tests.spawn_logcat_monitor",
1411 "~followup_annotations": [
1412 "@@@STEP_NEST_LEVEL@1@@@"
1413 ]
1414 },
1415 {
1416 "cmd": [
1417 "python",
1418 "-u",
1419 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1420 "gtest",
1421 "-s",
1422 "gl_tests",
1423 "--blacklist-file",
1424 "[SLAVE_BUILD]/src/out/bad_devices.json",
1425 "--verbose",
1426 "--release",
1427 "--flakiness-dashboard-server=test-results.appspot.com",
1428 "--json-results-file",
1429 "/path/to/tmp/json"
1430 ],
1431 "cwd": "[SLAVE_BUILD]",
1432 "env": {
1433 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1434 },
1435 "name": "gl_tests.gl_tests",
1436 "~followup_annotations": [
1437 "@@@STEP_NEST_LEVEL@1@@@"
1438 ]
1439 },
1440 {
1441 "cmd": [
1442 "python",
1443 "-u",
1444 "[BUILD]/scripts/slave/tee.py",
1445 "/path/to/tmp/logcat",
1446 "--",
1447 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1448 "[TMP_BASE]/test_logcat_tmp_15"
1449 ],
1450 "cwd": "[SLAVE_BUILD]",
1451 "name": "gl_tests.logcat_dump",
1452 "~followup_annotations": [
1453 "@@@STEP_NEST_LEVEL@1@@@"
1454 ]
1455 },
1456 {
1457 "cmd": [],
1458 "cwd": "[SLAVE_BUILD]",
1459 "name": "gl_unittests"
1460 },
1461 {
1462 "cmd": [
1463 "[BUILD]/scripts/slave/daemonizer.py",
1464 "--",
1465 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1466 "[TMP_BASE]/test_logcat_tmp_16"
1467 ],
1468 "cwd": "[SLAVE_BUILD]",
1469 "env": {
1470 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1471 },
1472 "name": "gl_unittests.spawn_logcat_monitor",
1473 "~followup_annotations": [
1474 "@@@STEP_NEST_LEVEL@1@@@"
1475 ]
1476 },
1477 {
1478 "cmd": [
1479 "python",
1480 "-u",
1481 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1482 "gtest",
1483 "-s",
1484 "gl_unittests",
1485 "--blacklist-file",
1486 "[SLAVE_BUILD]/src/out/bad_devices.json",
1487 "--verbose",
1488 "--release",
1489 "--flakiness-dashboard-server=test-results.appspot.com",
1490 "--json-results-file",
1491 "/path/to/tmp/json"
1492 ],
1493 "cwd": "[SLAVE_BUILD]",
1494 "env": {
1495 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1496 },
1497 "name": "gl_unittests.gl_unittests",
1498 "~followup_annotations": [
1499 "@@@STEP_NEST_LEVEL@1@@@"
1500 ]
1501 },
1502 {
1503 "cmd": [
1504 "python",
1505 "-u",
1506 "[BUILD]/scripts/slave/tee.py",
1507 "/path/to/tmp/logcat",
1508 "--",
1509 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1510 "[TMP_BASE]/test_logcat_tmp_16"
1511 ],
1512 "cwd": "[SLAVE_BUILD]",
1513 "name": "gl_unittests.logcat_dump",
1514 "~followup_annotations": [
1515 "@@@STEP_NEST_LEVEL@1@@@"
1516 ]
1517 },
1518 {
1519 "cmd": [],
1520 "cwd": "[SLAVE_BUILD]",
1521 "name": "gpu_unittests"
1522 },
1523 {
1524 "cmd": [
1525 "[BUILD]/scripts/slave/daemonizer.py",
1526 "--",
1527 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1528 "[TMP_BASE]/test_logcat_tmp_17"
1529 ],
1530 "cwd": "[SLAVE_BUILD]",
1531 "env": {
1532 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1533 },
1534 "name": "gpu_unittests.spawn_logcat_monitor",
1535 "~followup_annotations": [
1536 "@@@STEP_NEST_LEVEL@1@@@"
1537 ]
1538 },
1539 {
1540 "cmd": [
1541 "python",
1542 "-u",
1543 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1544 "gtest",
1545 "-s",
1546 "gpu_unittests",
1547 "--blacklist-file",
1548 "[SLAVE_BUILD]/src/out/bad_devices.json",
1549 "--verbose",
1550 "--release",
1551 "--flakiness-dashboard-server=test-results.appspot.com",
1552 "--json-results-file",
1553 "/path/to/tmp/json"
1554 ],
1555 "cwd": "[SLAVE_BUILD]",
1556 "env": {
1557 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1558 },
1559 "name": "gpu_unittests.gpu_unittests",
1560 "~followup_annotations": [
1561 "@@@STEP_NEST_LEVEL@1@@@"
1562 ]
1563 },
1564 {
1565 "cmd": [
1566 "python",
1567 "-u",
1568 "[BUILD]/scripts/slave/tee.py",
1569 "/path/to/tmp/logcat",
1570 "--",
1571 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1572 "[TMP_BASE]/test_logcat_tmp_17"
1573 ],
1574 "cwd": "[SLAVE_BUILD]",
1575 "name": "gpu_unittests.logcat_dump",
1576 "~followup_annotations": [
1577 "@@@STEP_NEST_LEVEL@1@@@"
1578 ]
1579 },
1580 {
1581 "cmd": [],
1582 "cwd": "[SLAVE_BUILD]",
1583 "name": "ipc_tests"
1584 },
1585 {
1586 "cmd": [
1587 "[BUILD]/scripts/slave/daemonizer.py",
1588 "--",
1589 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1590 "[TMP_BASE]/test_logcat_tmp_18"
1591 ],
1592 "cwd": "[SLAVE_BUILD]",
1593 "env": {
1594 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1595 },
1596 "name": "ipc_tests.spawn_logcat_monitor",
1597 "~followup_annotations": [
1598 "@@@STEP_NEST_LEVEL@1@@@"
1599 ]
1600 },
1601 {
1602 "cmd": [
1603 "python",
1604 "-u",
1605 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1606 "gtest",
1607 "-s",
1608 "ipc_tests",
1609 "--blacklist-file",
1610 "[SLAVE_BUILD]/src/out/bad_devices.json",
1611 "--verbose",
1612 "--release",
1613 "--flakiness-dashboard-server=test-results.appspot.com",
1614 "--json-results-file",
1615 "/path/to/tmp/json"
1616 ],
1617 "cwd": "[SLAVE_BUILD]",
1618 "env": {
1619 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1620 },
1621 "name": "ipc_tests.ipc_tests",
1622 "~followup_annotations": [
1623 "@@@STEP_NEST_LEVEL@1@@@"
1624 ]
1625 },
1626 {
1627 "cmd": [
1628 "python",
1629 "-u",
1630 "[BUILD]/scripts/slave/tee.py",
1631 "/path/to/tmp/logcat",
1632 "--",
1633 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1634 "[TMP_BASE]/test_logcat_tmp_18"
1635 ],
1636 "cwd": "[SLAVE_BUILD]",
1637 "name": "ipc_tests.logcat_dump",
1638 "~followup_annotations": [
1639 "@@@STEP_NEST_LEVEL@1@@@"
1640 ]
1641 },
1642 {
1643 "cmd": [],
1644 "cwd": "[SLAVE_BUILD]",
1645 "name": "media_unittests"
1646 },
1647 {
1648 "cmd": [
1649 "[BUILD]/scripts/slave/daemonizer.py",
1650 "--",
1651 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1652 "[TMP_BASE]/test_logcat_tmp_19"
1653 ],
1654 "cwd": "[SLAVE_BUILD]",
1655 "env": {
1656 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1657 },
1658 "name": "media_unittests.spawn_logcat_monitor",
1659 "~followup_annotations": [
1660 "@@@STEP_NEST_LEVEL@1@@@"
1661 ]
1662 },
1663 {
1664 "cmd": [
1665 "python",
1666 "-u",
1667 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1668 "gtest",
1669 "-s",
1670 "media_unittests",
1671 "--blacklist-file",
1672 "[SLAVE_BUILD]/src/out/bad_devices.json",
1673 "--verbose",
1674 "--release",
1675 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate",
1676 "--flakiness-dashboard-server=test-results.appspot.com",
1677 "--json-results-file",
1678 "/path/to/tmp/json"
1679 ],
1680 "cwd": "[SLAVE_BUILD]",
1681 "env": {
1682 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1683 },
1684 "name": "media_unittests.media_unittests",
1685 "~followup_annotations": [
1686 "@@@STEP_NEST_LEVEL@1@@@"
1687 ]
1688 },
1689 {
1690 "cmd": [
1691 "python",
1692 "-u",
1693 "[BUILD]/scripts/slave/tee.py",
1694 "/path/to/tmp/logcat",
1695 "--",
1696 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1697 "[TMP_BASE]/test_logcat_tmp_19"
1698 ],
1699 "cwd": "[SLAVE_BUILD]",
1700 "name": "media_unittests.logcat_dump",
1701 "~followup_annotations": [
1702 "@@@STEP_NEST_LEVEL@1@@@"
1703 ]
1704 },
1705 {
1706 "cmd": [],
1707 "cwd": "[SLAVE_BUILD]",
1708 "name": "net_unittests"
1709 },
1710 {
1711 "cmd": [
1712 "[BUILD]/scripts/slave/daemonizer.py",
1713 "--",
1714 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1715 "[TMP_BASE]/test_logcat_tmp_20"
1716 ],
1717 "cwd": "[SLAVE_BUILD]",
1718 "env": {
1719 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1720 },
1721 "name": "net_unittests.spawn_logcat_monitor",
1722 "~followup_annotations": [
1723 "@@@STEP_NEST_LEVEL@1@@@"
1724 ]
1725 },
1726 {
1727 "cmd": [
1728 "python",
1729 "-u",
1730 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1731 "gtest",
1732 "-s",
1733 "net_unittests",
1734 "--blacklist-file",
1735 "[SLAVE_BUILD]/src/out/bad_devices.json",
1736 "--verbose",
1737 "--release",
1738 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1739 "--flakiness-dashboard-server=test-results.appspot.com",
1740 "--json-results-file",
1741 "/path/to/tmp/json",
1742 "-t",
1743 "300"
1744 ],
1745 "cwd": "[SLAVE_BUILD]",
1746 "env": {
1747 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1748 },
1749 "name": "net_unittests.net_unittests",
1750 "~followup_annotations": [
1751 "@@@STEP_NEST_LEVEL@1@@@"
1752 ]
1753 },
1754 {
1755 "cmd": [
1756 "python",
1757 "-u",
1758 "[BUILD]/scripts/slave/tee.py",
1759 "/path/to/tmp/logcat",
1760 "--",
1761 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1762 "[TMP_BASE]/test_logcat_tmp_20"
1763 ],
1764 "cwd": "[SLAVE_BUILD]",
1765 "name": "net_unittests.logcat_dump",
1766 "~followup_annotations": [
1767 "@@@STEP_NEST_LEVEL@1@@@"
1768 ]
1769 },
1770 {
1771 "cmd": [],
1772 "cwd": "[SLAVE_BUILD]",
1773 "name": "sandbox_linux_unittests"
1774 },
1775 {
1776 "cmd": [
1777 "[BUILD]/scripts/slave/daemonizer.py",
1778 "--",
1779 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1780 "[TMP_BASE]/test_logcat_tmp_21"
1781 ],
1782 "cwd": "[SLAVE_BUILD]",
1783 "env": {
1784 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1785 },
1786 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1787 "~followup_annotations": [
1788 "@@@STEP_NEST_LEVEL@1@@@"
1789 ]
1790 },
1791 {
1792 "cmd": [
814 "python", 1793 "python",
815 "-u", 1794 "-u",
816 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1795 "[SLAVE_BUILD]/src/build/android/test_runner.py",
817 "gtest", 1796 "gtest",
818 "-s", 1797 "-s",
819 "events_unittests", 1798 "sandbox_linux_unittests",
820 "--blacklist-file", 1799 "--blacklist-file",
821 "[SLAVE_BUILD]/src/out/bad_devices.json", 1800 "[SLAVE_BUILD]/src/out/bad_devices.json",
822 "--verbose", 1801 "--verbose",
823 "--release", 1802 "--release",
824 "--flakiness-dashboard-server=test-results.appspot.com", 1803 "--flakiness-dashboard-server=test-results.appspot.com",
825 "--json-results-file", 1804 "--json-results-file",
826 "/path/to/tmp/json" 1805 "/path/to/tmp/json"
827 ], 1806 ],
828 "cwd": "[SLAVE_BUILD]", 1807 "cwd": "[SLAVE_BUILD]",
829 "env": { 1808 "env": {
830 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1809 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
831 }, 1810 },
832 "name": "events_unittests" 1811 "name": "sandbox_linux_unittests.sandbox_linux_unittests",
1812 "~followup_annotations": [
1813 "@@@STEP_NEST_LEVEL@1@@@"
1814 ]
833 }, 1815 },
834 { 1816 {
835 "cmd": [ 1817 "cmd": [
836 "python", 1818 "python",
837 "-u", 1819 "-u",
838 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1820 "[BUILD]/scripts/slave/tee.py",
839 "gtest", 1821 "/path/to/tmp/logcat",
840 "-s", 1822 "--",
841 "gl_tests", 1823 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
842 "--blacklist-file", 1824 "[TMP_BASE]/test_logcat_tmp_21"
843 "[SLAVE_BUILD]/src/out/bad_devices.json", 1825 ],
844 "--verbose", 1826 "cwd": "[SLAVE_BUILD]",
845 "--release", 1827 "name": "sandbox_linux_unittests.logcat_dump",
846 "--flakiness-dashboard-server=test-results.appspot.com", 1828 "~followup_annotations": [
847 "--json-results-file", 1829 "@@@STEP_NEST_LEVEL@1@@@"
848 "/path/to/tmp/json" 1830 ]
1831 },
1832 {
1833 "cmd": [],
1834 "cwd": "[SLAVE_BUILD]",
1835 "name": "sql_unittests"
1836 },
1837 {
1838 "cmd": [
1839 "[BUILD]/scripts/slave/daemonizer.py",
1840 "--",
1841 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1842 "[TMP_BASE]/test_logcat_tmp_22"
849 ], 1843 ],
850 "cwd": "[SLAVE_BUILD]", 1844 "cwd": "[SLAVE_BUILD]",
851 "env": { 1845 "env": {
852 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1846 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
853 }, 1847 },
854 "name": "gl_tests" 1848 "name": "sql_unittests.spawn_logcat_monitor",
1849 "~followup_annotations": [
1850 "@@@STEP_NEST_LEVEL@1@@@"
1851 ]
855 }, 1852 },
856 { 1853 {
857 "cmd": [ 1854 "cmd": [
858 "python",
859 "-u",
860 "[SLAVE_BUILD]/src/build/android/test_runner.py",
861 "gtest",
862 "-s",
863 "gl_unittests",
864 "--blacklist-file",
865 "[SLAVE_BUILD]/src/out/bad_devices.json",
866 "--verbose",
867 "--release",
868 "--flakiness-dashboard-server=test-results.appspot.com",
869 "--json-results-file",
870 "/path/to/tmp/json"
871 ],
872 "cwd": "[SLAVE_BUILD]",
873 "env": {
874 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
875 },
876 "name": "gl_unittests"
877 },
878 {
879 "cmd": [
880 "python", 1855 "python",
881 "-u", 1856 "-u",
882 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1857 "[SLAVE_BUILD]/src/build/android/test_runner.py",
883 "gtest", 1858 "gtest",
884 "-s", 1859 "-s",
885 "gpu_unittests", 1860 "sql_unittests",
886 "--blacklist-file", 1861 "--blacklist-file",
887 "[SLAVE_BUILD]/src/out/bad_devices.json", 1862 "[SLAVE_BUILD]/src/out/bad_devices.json",
888 "--verbose", 1863 "--verbose",
889 "--release", 1864 "--release",
1865 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate",
890 "--flakiness-dashboard-server=test-results.appspot.com", 1866 "--flakiness-dashboard-server=test-results.appspot.com",
891 "--json-results-file", 1867 "--json-results-file",
892 "/path/to/tmp/json" 1868 "/path/to/tmp/json"
893 ], 1869 ],
894 "cwd": "[SLAVE_BUILD]", 1870 "cwd": "[SLAVE_BUILD]",
895 "env": { 1871 "env": {
896 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1872 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
897 }, 1873 },
898 "name": "gpu_unittests" 1874 "name": "sql_unittests.sql_unittests",
1875 "~followup_annotations": [
1876 "@@@STEP_NEST_LEVEL@1@@@"
1877 ]
899 }, 1878 },
900 { 1879 {
901 "cmd": [ 1880 "cmd": [
902 "python", 1881 "python",
903 "-u", 1882 "-u",
904 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1883 "[BUILD]/scripts/slave/tee.py",
905 "gtest", 1884 "/path/to/tmp/logcat",
906 "-s", 1885 "--",
907 "ipc_tests", 1886 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
908 "--blacklist-file", 1887 "[TMP_BASE]/test_logcat_tmp_22"
909 "[SLAVE_BUILD]/src/out/bad_devices.json", 1888 ],
910 "--verbose", 1889 "cwd": "[SLAVE_BUILD]",
911 "--release", 1890 "name": "sql_unittests.logcat_dump",
912 "--flakiness-dashboard-server=test-results.appspot.com", 1891 "~followup_annotations": [
913 "--json-results-file", 1892 "@@@STEP_NEST_LEVEL@1@@@"
914 "/path/to/tmp/json" 1893 ]
1894 },
1895 {
1896 "cmd": [],
1897 "cwd": "[SLAVE_BUILD]",
1898 "name": "sync_unit_tests"
1899 },
1900 {
1901 "cmd": [
1902 "[BUILD]/scripts/slave/daemonizer.py",
1903 "--",
1904 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1905 "[TMP_BASE]/test_logcat_tmp_23"
915 ], 1906 ],
916 "cwd": "[SLAVE_BUILD]", 1907 "cwd": "[SLAVE_BUILD]",
917 "env": { 1908 "env": {
918 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1909 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
919 }, 1910 },
920 "name": "ipc_tests" 1911 "name": "sync_unit_tests.spawn_logcat_monitor",
1912 "~followup_annotations": [
1913 "@@@STEP_NEST_LEVEL@1@@@"
1914 ]
921 }, 1915 },
922 { 1916 {
923 "cmd": [ 1917 "cmd": [
924 "python", 1918 "python",
925 "-u", 1919 "-u",
926 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1920 "[SLAVE_BUILD]/src/build/android/test_runner.py",
927 "gtest", 1921 "gtest",
928 "-s", 1922 "-s",
929 "media_unittests", 1923 "sync_unit_tests",
930 "--blacklist-file", 1924 "--blacklist-file",
931 "[SLAVE_BUILD]/src/out/bad_devices.json", 1925 "[SLAVE_BUILD]/src/out/bad_devices.json",
932 "--verbose", 1926 "--verbose",
933 "--release", 1927 "--release",
934 "--isolate_file_path=[SLAVE_BUILD]/src/media/media_unittests.isolate", 1928 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate",
935 "--flakiness-dashboard-server=test-results.appspot.com", 1929 "--flakiness-dashboard-server=test-results.appspot.com",
936 "--json-results-file", 1930 "--json-results-file",
937 "/path/to/tmp/json" 1931 "/path/to/tmp/json"
938 ], 1932 ],
939 "cwd": "[SLAVE_BUILD]", 1933 "cwd": "[SLAVE_BUILD]",
940 "env": { 1934 "env": {
941 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1935 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
942 }, 1936 },
943 "name": "media_unittests" 1937 "name": "sync_unit_tests.sync_unit_tests",
1938 "~followup_annotations": [
1939 "@@@STEP_NEST_LEVEL@1@@@"
1940 ]
944 }, 1941 },
945 { 1942 {
946 "cmd": [ 1943 "cmd": [
947 "python", 1944 "python",
948 "-u", 1945 "-u",
949 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1946 "[BUILD]/scripts/slave/tee.py",
950 "gtest", 1947 "/path/to/tmp/logcat",
951 "-s", 1948 "--",
952 "net_unittests", 1949 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
953 "--blacklist-file", 1950 "[TMP_BASE]/test_logcat_tmp_23"
954 "[SLAVE_BUILD]/src/out/bad_devices.json", 1951 ],
955 "--verbose", 1952 "cwd": "[SLAVE_BUILD]",
956 "--release", 1953 "name": "sync_unit_tests.logcat_dump",
957 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1954 "~followup_annotations": [
958 "--flakiness-dashboard-server=test-results.appspot.com", 1955 "@@@STEP_NEST_LEVEL@1@@@"
959 "--json-results-file", 1956 ]
960 "/path/to/tmp/json", 1957 },
961 "-t", 1958 {
962 "300" 1959 "cmd": [],
1960 "cwd": "[SLAVE_BUILD]",
1961 "name": "ui_android_unittests"
1962 },
1963 {
1964 "cmd": [
1965 "[BUILD]/scripts/slave/daemonizer.py",
1966 "--",
1967 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1968 "[TMP_BASE]/test_logcat_tmp_24"
963 ], 1969 ],
964 "cwd": "[SLAVE_BUILD]", 1970 "cwd": "[SLAVE_BUILD]",
965 "env": { 1971 "env": {
966 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1972 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
967 }, 1973 },
968 "name": "net_unittests" 1974 "name": "ui_android_unittests.spawn_logcat_monitor",
1975 "~followup_annotations": [
1976 "@@@STEP_NEST_LEVEL@1@@@"
1977 ]
969 }, 1978 },
970 { 1979 {
971 "cmd": [ 1980 "cmd": [
972 "python", 1981 "python",
973 "-u", 1982 "-u",
974 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1983 "[SLAVE_BUILD]/src/build/android/test_runner.py",
975 "gtest", 1984 "gtest",
976 "-s", 1985 "-s",
977 "sandbox_linux_unittests", 1986 "ui_android_unittests",
978 "--blacklist-file", 1987 "--blacklist-file",
979 "[SLAVE_BUILD]/src/out/bad_devices.json", 1988 "[SLAVE_BUILD]/src/out/bad_devices.json",
980 "--verbose", 1989 "--verbose",
981 "--release", 1990 "--release",
982 "--flakiness-dashboard-server=test-results.appspot.com", 1991 "--flakiness-dashboard-server=test-results.appspot.com",
983 "--json-results-file", 1992 "--json-results-file",
984 "/path/to/tmp/json" 1993 "/path/to/tmp/json"
985 ], 1994 ],
986 "cwd": "[SLAVE_BUILD]", 1995 "cwd": "[SLAVE_BUILD]",
987 "env": { 1996 "env": {
988 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1997 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
989 }, 1998 },
990 "name": "sandbox_linux_unittests" 1999 "name": "ui_android_unittests.ui_android_unittests",
2000 "~followup_annotations": [
2001 "@@@STEP_NEST_LEVEL@1@@@"
2002 ]
991 }, 2003 },
992 { 2004 {
993 "cmd": [ 2005 "cmd": [
994 "python", 2006 "python",
995 "-u", 2007 "-u",
996 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2008 "[BUILD]/scripts/slave/tee.py",
997 "gtest", 2009 "/path/to/tmp/logcat",
998 "-s", 2010 "--",
999 "sql_unittests", 2011 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1000 "--blacklist-file", 2012 "[TMP_BASE]/test_logcat_tmp_24"
1001 "[SLAVE_BUILD]/src/out/bad_devices.json", 2013 ],
1002 "--verbose", 2014 "cwd": "[SLAVE_BUILD]",
1003 "--release", 2015 "name": "ui_android_unittests.logcat_dump",
1004 "--isolate_file_path=[SLAVE_BUILD]/src/sql/sql_unittests.isolate", 2016 "~followup_annotations": [
1005 "--flakiness-dashboard-server=test-results.appspot.com", 2017 "@@@STEP_NEST_LEVEL@1@@@"
1006 "--json-results-file", 2018 ]
1007 "/path/to/tmp/json" 2019 },
2020 {
2021 "cmd": [],
2022 "cwd": "[SLAVE_BUILD]",
2023 "name": "ui_base_unittests"
2024 },
2025 {
2026 "cmd": [
2027 "[BUILD]/scripts/slave/daemonizer.py",
2028 "--",
2029 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2030 "[TMP_BASE]/test_logcat_tmp_25"
1008 ], 2031 ],
1009 "cwd": "[SLAVE_BUILD]", 2032 "cwd": "[SLAVE_BUILD]",
1010 "env": { 2033 "env": {
1011 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2034 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1012 }, 2035 },
1013 "name": "sql_unittests" 2036 "name": "ui_base_unittests.spawn_logcat_monitor",
2037 "~followup_annotations": [
2038 "@@@STEP_NEST_LEVEL@1@@@"
2039 ]
1014 }, 2040 },
1015 { 2041 {
1016 "cmd": [ 2042 "cmd": [
1017 "python", 2043 "python",
1018 "-u", 2044 "-u",
1019 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2045 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1020 "gtest", 2046 "gtest",
1021 "-s", 2047 "-s",
1022 "sync_unit_tests", 2048 "ui_base_unittests",
1023 "--blacklist-file", 2049 "--blacklist-file",
1024 "[SLAVE_BUILD]/src/out/bad_devices.json", 2050 "[SLAVE_BUILD]/src/out/bad_devices.json",
1025 "--verbose", 2051 "--verbose",
1026 "--release", 2052 "--release",
1027 "--isolate_file_path=[SLAVE_BUILD]/src/sync/sync_unit_tests.isolate", 2053 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
1028 "--flakiness-dashboard-server=test-results.appspot.com", 2054 "--flakiness-dashboard-server=test-results.appspot.com",
1029 "--json-results-file", 2055 "--json-results-file",
1030 "/path/to/tmp/json" 2056 "/path/to/tmp/json"
1031 ], 2057 ],
1032 "cwd": "[SLAVE_BUILD]", 2058 "cwd": "[SLAVE_BUILD]",
1033 "env": { 2059 "env": {
1034 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2060 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1035 }, 2061 },
1036 "name": "sync_unit_tests" 2062 "name": "ui_base_unittests.ui_base_unittests",
2063 "~followup_annotations": [
2064 "@@@STEP_NEST_LEVEL@1@@@"
2065 ]
1037 }, 2066 },
1038 { 2067 {
1039 "cmd": [ 2068 "cmd": [
1040 "python", 2069 "python",
1041 "-u", 2070 "-u",
1042 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2071 "[BUILD]/scripts/slave/tee.py",
1043 "gtest", 2072 "/path/to/tmp/logcat",
1044 "-s", 2073 "--",
1045 "ui_android_unittests", 2074 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1046 "--blacklist-file", 2075 "[TMP_BASE]/test_logcat_tmp_25"
1047 "[SLAVE_BUILD]/src/out/bad_devices.json", 2076 ],
1048 "--verbose", 2077 "cwd": "[SLAVE_BUILD]",
1049 "--release", 2078 "name": "ui_base_unittests.logcat_dump",
1050 "--flakiness-dashboard-server=test-results.appspot.com", 2079 "~followup_annotations": [
1051 "--json-results-file", 2080 "@@@STEP_NEST_LEVEL@1@@@"
1052 "/path/to/tmp/json" 2081 ]
2082 },
2083 {
2084 "cmd": [],
2085 "cwd": "[SLAVE_BUILD]",
2086 "name": "ui_touch_selection_unittests"
2087 },
2088 {
2089 "cmd": [
2090 "[BUILD]/scripts/slave/daemonizer.py",
2091 "--",
2092 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2093 "[TMP_BASE]/test_logcat_tmp_26"
1053 ], 2094 ],
1054 "cwd": "[SLAVE_BUILD]", 2095 "cwd": "[SLAVE_BUILD]",
1055 "env": { 2096 "env": {
1056 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2097 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1057 }, 2098 },
1058 "name": "ui_android_unittests" 2099 "name": "ui_touch_selection_unittests.spawn_logcat_monitor",
2100 "~followup_annotations": [
2101 "@@@STEP_NEST_LEVEL@1@@@"
2102 ]
1059 }, 2103 },
1060 { 2104 {
1061 "cmd": [ 2105 "cmd": [
1062 "python", 2106 "python",
1063 "-u", 2107 "-u",
1064 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2108 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1065 "gtest", 2109 "gtest",
1066 "-s", 2110 "-s",
1067 "ui_base_unittests", 2111 "ui_touch_selection_unittests",
1068 "--blacklist-file", 2112 "--blacklist-file",
1069 "[SLAVE_BUILD]/src/out/bad_devices.json", 2113 "[SLAVE_BUILD]/src/out/bad_devices.json",
1070 "--verbose", 2114 "--verbose",
1071 "--release", 2115 "--release",
1072 "--isolate_file_path=[SLAVE_BUILD]/src/ui/base/ui_base_tests.isolate",
1073 "--flakiness-dashboard-server=test-results.appspot.com", 2116 "--flakiness-dashboard-server=test-results.appspot.com",
1074 "--json-results-file", 2117 "--json-results-file",
1075 "/path/to/tmp/json" 2118 "/path/to/tmp/json"
1076 ], 2119 ],
1077 "cwd": "[SLAVE_BUILD]", 2120 "cwd": "[SLAVE_BUILD]",
1078 "env": { 2121 "env": {
1079 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2122 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1080 }, 2123 },
1081 "name": "ui_base_unittests" 2124 "name": "ui_touch_selection_unittests.ui_touch_selection_unittests",
2125 "~followup_annotations": [
2126 "@@@STEP_NEST_LEVEL@1@@@"
2127 ]
1082 }, 2128 },
1083 { 2129 {
1084 "cmd": [ 2130 "cmd": [
1085 "python", 2131 "python",
1086 "-u", 2132 "-u",
1087 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2133 "[BUILD]/scripts/slave/tee.py",
1088 "gtest", 2134 "/path/to/tmp/logcat",
1089 "-s", 2135 "--",
1090 "ui_touch_selection_unittests", 2136 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1091 "--blacklist-file", 2137 "[TMP_BASE]/test_logcat_tmp_26"
1092 "[SLAVE_BUILD]/src/out/bad_devices.json", 2138 ],
1093 "--verbose", 2139 "cwd": "[SLAVE_BUILD]",
1094 "--release", 2140 "name": "ui_touch_selection_unittests.logcat_dump",
1095 "--flakiness-dashboard-server=test-results.appspot.com", 2141 "~followup_annotations": [
1096 "--json-results-file", 2142 "@@@STEP_NEST_LEVEL@1@@@"
1097 "/path/to/tmp/json" 2143 ]
2144 },
2145 {
2146 "cmd": [],
2147 "cwd": "[SLAVE_BUILD]",
2148 "name": "unit_tests"
2149 },
2150 {
2151 "cmd": [
2152 "[BUILD]/scripts/slave/daemonizer.py",
2153 "--",
2154 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2155 "[TMP_BASE]/test_logcat_tmp_27"
1098 ], 2156 ],
1099 "cwd": "[SLAVE_BUILD]", 2157 "cwd": "[SLAVE_BUILD]",
1100 "env": { 2158 "env": {
1101 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2159 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1102 }, 2160 },
1103 "name": "ui_touch_selection_unittests" 2161 "name": "unit_tests.spawn_logcat_monitor",
2162 "~followup_annotations": [
2163 "@@@STEP_NEST_LEVEL@1@@@"
2164 ]
1104 }, 2165 },
1105 { 2166 {
1106 "cmd": [ 2167 "cmd": [
1107 "python", 2168 "python",
1108 "-u", 2169 "-u",
1109 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2170 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1110 "gtest", 2171 "gtest",
1111 "-s", 2172 "-s",
1112 "unit_tests", 2173 "unit_tests",
1113 "--blacklist-file", 2174 "--blacklist-file",
1114 "[SLAVE_BUILD]/src/out/bad_devices.json", 2175 "[SLAVE_BUILD]/src/out/bad_devices.json",
1115 "--verbose", 2176 "--verbose",
1116 "--release", 2177 "--release",
1117 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate", 2178 "--isolate_file_path=[SLAVE_BUILD]/src/chrome/unit_tests.isolate",
1118 "--flakiness-dashboard-server=test-results.appspot.com", 2179 "--flakiness-dashboard-server=test-results.appspot.com",
1119 "--json-results-file", 2180 "--json-results-file",
1120 "/path/to/tmp/json" 2181 "/path/to/tmp/json"
1121 ], 2182 ],
1122 "cwd": "[SLAVE_BUILD]", 2183 "cwd": "[SLAVE_BUILD]",
1123 "env": { 2184 "env": {
1124 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 2185 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1125 }, 2186 },
1126 "name": "unit_tests" 2187 "name": "unit_tests.unit_tests",
2188 "~followup_annotations": [
2189 "@@@STEP_NEST_LEVEL@1@@@"
2190 ]
1127 }, 2191 },
1128 { 2192 {
1129 "cmd": [ 2193 "cmd": [
2194 "python",
2195 "-u",
2196 "[BUILD]/scripts/slave/tee.py",
2197 "/path/to/tmp/logcat",
2198 "--",
2199 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2200 "[TMP_BASE]/test_logcat_tmp_27"
2201 ],
2202 "cwd": "[SLAVE_BUILD]",
2203 "name": "unit_tests.logcat_dump",
2204 "~followup_annotations": [
2205 "@@@STEP_NEST_LEVEL@1@@@"
2206 ]
2207 },
2208 {
2209 "cmd": [
1130 "python", 2210 "python",
1131 "-u", 2211 "-u",
1132 "[SLAVE_BUILD]/src/build/android/test_runner.py", 2212 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1133 "junit", 2213 "junit",
1134 "-s", 2214 "-s",
1135 "base_junit_tests", 2215 "base_junit_tests",
1136 "--verbose", 2216 "--verbose",
1137 "--release", 2217 "--release",
1138 "--json-results-file", 2218 "--json-results-file",
1139 "/path/to/tmp/json" 2219 "/path/to/tmp/json"
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2409 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1330 "@@@STEP_LOG_END@python.inline@@@" 2410 "@@@STEP_LOG_END@python.inline@@@"
1331 ] 2411 ]
1332 }, 2412 },
1333 { 2413 {
1334 "name": "$result", 2414 "name": "$result",
1335 "recipe_result": null, 2415 "recipe_result": null,
1336 "status_code": 0 2416 "status_code": 0
1337 } 2417 }
1338 ] 2418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698