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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 "chromium.linux", | 461 "chromium.linux", |
462 "Android Tests", | 462 "Android Tests", |
463 "--blacklist-file", | 463 "--blacklist-file", |
464 "[SLAVE_BUILD]/src/out/bad_devices.json" | 464 "[SLAVE_BUILD]/src/out/bad_devices.json" |
465 ], | 465 ], |
466 "cwd": "[SLAVE_BUILD]", | 466 "cwd": "[SLAVE_BUILD]", |
467 "name": "spawn_device_monitor" | 467 "name": "spawn_device_monitor" |
468 }, | 468 }, |
469 { | 469 { |
470 "cmd": [ | 470 "cmd": [ |
471 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
472 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
473 "-v", | |
474 "--blacklist-file", | |
475 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
476 "--release" | |
477 ], | |
478 "cwd": "[SLAVE_BUILD]", | |
479 "env": { | |
480 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
481 }, | |
482 "name": "install AndroidWebView.apk" | |
483 }, | |
484 { | |
485 "cmd": [ | |
486 "python", | 471 "python", |
487 "-u", | 472 "-u", |
488 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 473 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
489 "instrumentation", | |
490 "--test-apk", | |
491 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
492 "--blacklist-file", | |
493 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
494 "--logcat-output-file", | |
495 "/path/to/tmp/", | |
496 "--apk-under-test", | |
497 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
498 "--isolate-file-path", | |
499 "android_webview/android_webview_test_apk.isolate", | |
500 "--flakiness-dashboard-server", | |
501 "test-results.appspot.com", | |
502 "--verbose", | |
503 "--release", | |
504 "--json-results-file", | |
505 "/path/to/tmp/json" | |
506 ], | |
507 "cwd": "[SLAVE_BUILD]", | |
508 "name": "Instrumentation test AndroidWebViewTest", | |
509 "~followup_annotations": [ | |
510 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
511 ] | |
512 }, | |
513 { | |
514 "cmd": [ | |
515 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
516 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
517 "-v", | |
518 "--blacklist-file", | |
519 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
520 "--release" | |
521 ], | |
522 "cwd": "[SLAVE_BUILD]", | |
523 "env": { | |
524 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
525 }, | |
526 "name": "install ChromePublic.apk" | |
527 }, | |
528 { | |
529 "cmd": [ | |
530 "python", | |
531 "-u", | |
532 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
533 "instrumentation", | |
534 "--test-apk", | |
535 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
536 "--blacklist-file", | |
537 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
538 "--logcat-output-file", | |
539 "/path/to/tmp/", | |
540 "--apk-under-test", | |
541 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
542 "--additional-apk", | |
543 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
544 "--additional-apk", | |
545 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
546 "--isolate-file-path", | |
547 "chrome/chrome_public_test_apk.isolate", | |
548 "--flakiness-dashboard-server", | |
549 "test-results.appspot.com", | |
550 "--verbose", | |
551 "--release", | |
552 "--json-results-file", | |
553 "/path/to/tmp/json" | |
554 ], | |
555 "cwd": "[SLAVE_BUILD]", | |
556 "name": "Instrumentation test ChromePublicTest", | |
557 "~followup_annotations": [ | |
558 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
559 ] | |
560 }, | |
561 { | |
562 "cmd": [ | |
563 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
564 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
565 "-v", | |
566 "--blacklist-file", | |
567 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
568 "--release" | |
569 ], | |
570 "cwd": "[SLAVE_BUILD]", | |
571 "env": { | |
572 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
573 }, | |
574 "name": "install ContentShell.apk" | |
575 }, | |
576 { | |
577 "cmd": [ | |
578 "python", | |
579 "-u", | |
580 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
581 "instrumentation", | |
582 "--test-apk", | |
583 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
584 "--blacklist-file", | |
585 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
586 "--logcat-output-file", | |
587 "/path/to/tmp/", | |
588 "--apk-under-test", | |
589 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
590 "--isolate-file-path", | |
591 "content/content_shell_test_apk.isolate", | |
592 "--flakiness-dashboard-server", | |
593 "test-results.appspot.com", | |
594 "--verbose", | |
595 "--release", | |
596 "--json-results-file", | |
597 "/path/to/tmp/json" | |
598 ], | |
599 "cwd": "[SLAVE_BUILD]", | |
600 "name": "Instrumentation test ContentShellTest", | |
601 "~followup_annotations": [ | |
602 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
603 ] | |
604 }, | |
605 { | |
606 "cmd": [ | |
607 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
608 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
609 "-v", | |
610 "--blacklist-file", | |
611 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
612 "--release" | |
613 ], | |
614 "cwd": "[SLAVE_BUILD]", | |
615 "env": { | |
616 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
617 }, | |
618 "name": "install ChromeSyncShell.apk" | |
619 }, | |
620 { | |
621 "cmd": [ | |
622 "python", | |
623 "-u", | |
624 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
625 "instrumentation", | |
626 "--test-apk", | |
627 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
628 "--blacklist-file", | |
629 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
630 "--logcat-output-file", | |
631 "/path/to/tmp/", | |
632 "--apk-under-test", | |
633 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
634 "--flakiness-dashboard-server", | |
635 "test-results.appspot.com", | |
636 "--verbose", | |
637 "--release", | |
638 "--json-results-file", | |
639 "/path/to/tmp/json" | |
640 ], | |
641 "cwd": "[SLAVE_BUILD]", | |
642 "name": "Instrumentation test ChromeSyncShellTest", | |
643 "~followup_annotations": [ | |
644 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
645 ] | |
646 }, | |
647 { | |
648 "cmd": [ | |
649 "python", | |
650 "-u", | |
651 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
652 "junit", | 474 "junit", |
653 "-s", | 475 "-s", |
654 "base_junit_tests", | 476 "base_junit_tests", |
655 "--verbose", | 477 "--verbose", |
656 "--release", | 478 "--release", |
657 "--json-results-file", | 479 "--json-results-file", |
658 "/path/to/tmp/json" | 480 "/path/to/tmp/json" |
659 ], | 481 ], |
660 "cwd": "[SLAVE_BUILD]", | 482 "cwd": "[SLAVE_BUILD]", |
661 "env": { | 483 "env": { |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 694 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
873 "@@@STEP_LOG_END@python.inline@@@" | 695 "@@@STEP_LOG_END@python.inline@@@" |
874 ] | 696 ] |
875 }, | 697 }, |
876 { | 698 { |
877 "name": "$result", | 699 "name": "$result", |
878 "recipe_result": null, | 700 "recipe_result": null, |
879 "status_code": 0 | 701 "status_code": 0 |
880 } | 702 } |
881 ] | 703 ] |
OLD | NEW |