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

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

Powered by Google App Engine
This is Rietveld 408576698