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

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

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

Powered by Google App Engine
This is Rietveld 408576698