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 (dbg)", | 10 "Android Tests (dbg)", |
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 "~followup_annotations": [ | 508 "~followup_annotations": [ |
509 "@@@STEP_LOG_LINE@python.inline@@@@", | 509 "@@@STEP_LOG_LINE@python.inline@@@@", |
510 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 510 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
511 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 511 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
512 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
513 "@@@STEP_LOG_END@python.inline@@@" | 513 "@@@STEP_LOG_END@python.inline@@@" |
514 ] | 514 ] |
515 }, | 515 }, |
516 { | 516 { |
517 "cmd": [ | 517 "cmd": [ |
518 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
519 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
520 "-v", | |
521 "--blacklist-file", | |
522 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
523 ], | |
524 "cwd": "[SLAVE_BUILD]", | |
525 "env": { | |
526 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
527 }, | |
528 "name": "install AndroidWebView.apk" | |
529 }, | |
530 { | |
531 "cmd": [ | |
532 "python", | 518 "python", |
533 "-u", | 519 "-u", |
534 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 520 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
535 "instrumentation", | |
536 "--test-apk", | |
537 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
538 "--blacklist-file", | |
539 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
540 "--logcat-output-file", | |
541 "/path/to/tmp/", | |
542 "--apk-under-test", | |
543 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
544 "--isolate-file-path", | |
545 "android_webview/android_webview_test_apk.isolate", | |
546 "--flakiness-dashboard-server", | |
547 "test-results.appspot.com", | |
548 "--verbose", | |
549 "--json-results-file", | |
550 "/path/to/tmp/json" | |
551 ], | |
552 "cwd": "[SLAVE_BUILD]", | |
553 "name": "Instrumentation test AndroidWebViewTest", | |
554 "~followup_annotations": [ | |
555 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
556 ] | |
557 }, | |
558 { | |
559 "cmd": [ | |
560 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
561 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
562 "-v", | |
563 "--blacklist-file", | |
564 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
565 ], | |
566 "cwd": "[SLAVE_BUILD]", | |
567 "env": { | |
568 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
569 }, | |
570 "name": "install ChromePublic.apk" | |
571 }, | |
572 { | |
573 "cmd": [ | |
574 "python", | |
575 "-u", | |
576 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
577 "instrumentation", | |
578 "--test-apk", | |
579 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
580 "--blacklist-file", | |
581 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
582 "--logcat-output-file", | |
583 "/path/to/tmp/", | |
584 "--apk-under-test", | |
585 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
586 "--additional-apk", | |
587 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk", | |
588 "--additional-apk", | |
589 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk", | |
590 "--isolate-file-path", | |
591 "chrome/chrome_public_test_apk.isolate", | |
592 "--flakiness-dashboard-server", | |
593 "test-results.appspot.com", | |
594 "--verbose", | |
595 "--json-results-file", | |
596 "/path/to/tmp/json" | |
597 ], | |
598 "cwd": "[SLAVE_BUILD]", | |
599 "name": "Instrumentation test ChromePublicTest", | |
600 "~followup_annotations": [ | |
601 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
602 ] | |
603 }, | |
604 { | |
605 "cmd": [ | |
606 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
607 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
608 "-v", | |
609 "--blacklist-file", | |
610 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
611 ], | |
612 "cwd": "[SLAVE_BUILD]", | |
613 "env": { | |
614 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
615 }, | |
616 "name": "install ContentShell.apk" | |
617 }, | |
618 { | |
619 "cmd": [ | |
620 "python", | |
621 "-u", | |
622 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
623 "instrumentation", | |
624 "--test-apk", | |
625 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
626 "--blacklist-file", | |
627 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
628 "--logcat-output-file", | |
629 "/path/to/tmp/", | |
630 "--apk-under-test", | |
631 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
632 "--isolate-file-path", | |
633 "content/content_shell_test_apk.isolate", | |
634 "--flakiness-dashboard-server", | |
635 "test-results.appspot.com", | |
636 "--verbose", | |
637 "--json-results-file", | |
638 "/path/to/tmp/json" | |
639 ], | |
640 "cwd": "[SLAVE_BUILD]", | |
641 "name": "Instrumentation test ContentShellTest", | |
642 "~followup_annotations": [ | |
643 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
644 ] | |
645 }, | |
646 { | |
647 "cmd": [ | |
648 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
649 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
650 "-v", | |
651 "--blacklist-file", | |
652 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
653 ], | |
654 "cwd": "[SLAVE_BUILD]", | |
655 "env": { | |
656 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
657 }, | |
658 "name": "install ChromeSyncShell.apk" | |
659 }, | |
660 { | |
661 "cmd": [ | |
662 "python", | |
663 "-u", | |
664 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
665 "instrumentation", | |
666 "--test-apk", | |
667 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
668 "--blacklist-file", | |
669 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
670 "--logcat-output-file", | |
671 "/path/to/tmp/", | |
672 "--apk-under-test", | |
673 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
674 "--flakiness-dashboard-server", | |
675 "test-results.appspot.com", | |
676 "--verbose", | |
677 "--json-results-file", | |
678 "/path/to/tmp/json" | |
679 ], | |
680 "cwd": "[SLAVE_BUILD]", | |
681 "name": "Instrumentation test ChromeSyncShellTest", | |
682 "~followup_annotations": [ | |
683 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
684 ] | |
685 }, | |
686 { | |
687 "cmd": [ | |
688 "python", | |
689 "-u", | |
690 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
691 "junit", | 521 "junit", |
692 "-s", | 522 "-s", |
693 "base_junit_tests", | 523 "base_junit_tests", |
694 "--verbose", | 524 "--verbose", |
695 "--json-results-file", | 525 "--json-results-file", |
696 "/path/to/tmp/json" | 526 "/path/to/tmp/json" |
697 ], | 527 ], |
698 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
699 "env": { | 529 "env": { |
700 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 530 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
921 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 751 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
922 "@@@STEP_LOG_END@python.inline@@@" | 752 "@@@STEP_LOG_END@python.inline@@@" |
923 ] | 753 ] |
924 }, | 754 }, |
925 { | 755 { |
926 "name": "$result", | 756 "name": "$result", |
927 "recipe_result": null, | 757 "recipe_result": null, |
928 "status_code": 0 | 758 "status_code": 0 |
929 } | 759 } |
930 ] | 760 ] |
OLD | NEW |