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

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

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

Powered by Google App Engine
This is Rietveld 408576698