OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Tests", | 10 "Android Tests", |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 "/path/to/tmp/json" | 523 "/path/to/tmp/json" |
524 ], | 524 ], |
525 "cwd": "[SLAVE_BUILD]", | 525 "cwd": "[SLAVE_BUILD]", |
526 "name": "Instrumentation test ChromePublicTest", | 526 "name": "Instrumentation test ChromePublicTest", |
527 "~followup_annotations": [ | 527 "~followup_annotations": [ |
528 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 528 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
529 ] | 529 ] |
530 }, | 530 }, |
531 { | 531 { |
532 "cmd": [ | 532 "cmd": [ |
533 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
534 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
535 "-v", | |
536 "--blacklist-file", | |
537 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
538 "--release" | |
539 ], | |
540 "cwd": "[SLAVE_BUILD]", | |
541 "env": { | |
542 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
543 }, | |
544 "name": "install AndroidWebView.apk" | |
545 }, | |
546 { | |
547 "cmd": [ | |
548 "python", | 533 "python", |
549 "-u", | 534 "-u", |
550 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 535 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
551 "instrumentation", | |
552 "--test-apk", | |
553 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
554 "--blacklist-file", | |
555 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
556 "--logcat-output-file", | |
557 "/path/to/tmp/", | |
558 "--apk-under-test", | |
559 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
560 "--isolate-file-path", | |
561 "android_webview/android_webview_test_apk.isolate", | |
562 "--flakiness-dashboard-server", | |
563 "test-results.appspot.com", | |
564 "--verbose", | |
565 "--release", | |
566 "--json-results-file", | |
567 "/path/to/tmp/json" | |
568 ], | |
569 "cwd": "[SLAVE_BUILD]", | |
570 "name": "Instrumentation test AndroidWebViewTest", | |
571 "~followup_annotations": [ | |
572 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
573 ] | |
574 }, | |
575 { | |
576 "cmd": [ | |
577 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
578 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
579 "-v", | |
580 "--blacklist-file", | |
581 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
582 "--release" | |
583 ], | |
584 "cwd": "[SLAVE_BUILD]", | |
585 "env": { | |
586 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
587 }, | |
588 "name": "install ChromePublic.apk" | |
589 }, | |
590 { | |
591 "cmd": [ | |
592 "python", | |
593 "-u", | |
594 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
595 "instrumentation", | |
596 "--test-apk", | |
597 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
598 "--blacklist-file", | |
599 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
600 "--logcat-output-file", | |
601 "/path/to/tmp/", | |
602 "--apk-under-test", | |
603 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
604 "--additional-apk", | |
605 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
606 "--additional-apk", | |
607 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
608 "--isolate-file-path", | |
609 "chrome/chrome_public_test_apk.isolate", | |
610 "--flakiness-dashboard-server", | |
611 "test-results.appspot.com", | |
612 "--verbose", | |
613 "--release", | |
614 "--json-results-file", | |
615 "/path/to/tmp/json" | |
616 ], | |
617 "cwd": "[SLAVE_BUILD]", | |
618 "name": "Instrumentation test ChromePublicTest (2)", | |
619 "~followup_annotations": [ | |
620 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
621 ] | |
622 }, | |
623 { | |
624 "cmd": [ | |
625 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
626 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
627 "-v", | |
628 "--blacklist-file", | |
629 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
630 "--release" | |
631 ], | |
632 "cwd": "[SLAVE_BUILD]", | |
633 "env": { | |
634 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
635 }, | |
636 "name": "install ContentShell.apk" | |
637 }, | |
638 { | |
639 "cmd": [ | |
640 "python", | |
641 "-u", | |
642 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
643 "instrumentation", | |
644 "--test-apk", | |
645 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
646 "--blacklist-file", | |
647 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
648 "--logcat-output-file", | |
649 "/path/to/tmp/", | |
650 "--apk-under-test", | |
651 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
652 "--isolate-file-path", | |
653 "content/content_shell_test_apk.isolate", | |
654 "--flakiness-dashboard-server", | |
655 "test-results.appspot.com", | |
656 "--verbose", | |
657 "--release", | |
658 "--json-results-file", | |
659 "/path/to/tmp/json" | |
660 ], | |
661 "cwd": "[SLAVE_BUILD]", | |
662 "name": "Instrumentation test ContentShellTest", | |
663 "~followup_annotations": [ | |
664 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
665 ] | |
666 }, | |
667 { | |
668 "cmd": [ | |
669 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
670 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
671 "-v", | |
672 "--blacklist-file", | |
673 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
674 "--release" | |
675 ], | |
676 "cwd": "[SLAVE_BUILD]", | |
677 "env": { | |
678 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
679 }, | |
680 "name": "install ChromeSyncShell.apk" | |
681 }, | |
682 { | |
683 "cmd": [ | |
684 "python", | |
685 "-u", | |
686 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
687 "instrumentation", | |
688 "--test-apk", | |
689 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
690 "--blacklist-file", | |
691 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
692 "--logcat-output-file", | |
693 "/path/to/tmp/", | |
694 "--apk-under-test", | |
695 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
696 "--flakiness-dashboard-server", | |
697 "test-results.appspot.com", | |
698 "--verbose", | |
699 "--release", | |
700 "--json-results-file", | |
701 "/path/to/tmp/json" | |
702 ], | |
703 "cwd": "[SLAVE_BUILD]", | |
704 "name": "Instrumentation test ChromeSyncShellTest", | |
705 "~followup_annotations": [ | |
706 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
707 ] | |
708 }, | |
709 { | |
710 "cmd": [ | |
711 "python", | |
712 "-u", | |
713 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
714 "junit", | 536 "junit", |
715 "-s", | 537 "-s", |
716 "base_junit_tests", | 538 "base_junit_tests", |
717 "--verbose", | 539 "--verbose", |
718 "--release", | 540 "--release", |
719 "--json-results-file", | 541 "--json-results-file", |
720 "/path/to/tmp/json" | 542 "/path/to/tmp/json" |
721 ], | 543 ], |
722 "cwd": "[SLAVE_BUILD]", | 544 "cwd": "[SLAVE_BUILD]", |
723 "env": { | 545 "env": { |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 755 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
934 "@@@STEP_LOG_END@python.inline@@@" | 756 "@@@STEP_LOG_END@python.inline@@@" |
935 ] | 757 ] |
936 }, | 758 }, |
937 { | 759 { |
938 "name": "$result", | 760 "name": "$result", |
939 "recipe_result": null, | 761 "recipe_result": null, |
940 "status_code": 0 | 762 "status_code": 0 |
941 } | 763 } |
942 ] | 764 ] |
OLD | NEW |