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 "--apk-under-test", | |
495 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
496 "--isolate-file-path", | |
497 "android_webview/android_webview_test_apk.isolate", | |
498 "--flakiness-dashboard-server", | |
499 "test-results.appspot.com", | |
500 "--verbose", | |
501 "--release", | |
502 "--json-results-file", | |
503 "/path/to/tmp/json" | |
504 ], | |
505 "cwd": "[SLAVE_BUILD]", | |
506 "name": "Instrumentation test AndroidWebViewTest", | |
507 "~followup_annotations": [ | |
508 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
509 ] | |
510 }, | |
511 { | |
512 "cmd": [ | |
513 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
514 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
515 "-v", | |
516 "--blacklist-file", | |
517 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
518 "--release" | |
519 ], | |
520 "cwd": "[SLAVE_BUILD]", | |
521 "env": { | |
522 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
523 }, | |
524 "name": "install ChromePublic.apk" | |
525 }, | |
526 { | |
527 "cmd": [ | |
528 "python", | |
529 "-u", | |
530 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
531 "instrumentation", | |
532 "--test-apk", | |
533 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
534 "--blacklist-file", | |
535 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
536 "--apk-under-test", | |
537 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
538 "--additional-apk", | |
539 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
540 "--additional-apk", | |
541 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
542 "--isolate-file-path", | |
543 "chrome/chrome_public_test_apk.isolate", | |
544 "--flakiness-dashboard-server", | |
545 "test-results.appspot.com", | |
546 "--verbose", | |
547 "--release", | |
548 "--json-results-file", | |
549 "/path/to/tmp/json" | |
550 ], | |
551 "cwd": "[SLAVE_BUILD]", | |
552 "name": "Instrumentation test ChromePublicTest", | |
553 "~followup_annotations": [ | |
554 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
555 ] | |
556 }, | |
557 { | |
558 "cmd": [ | |
559 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
560 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
561 "-v", | |
562 "--blacklist-file", | |
563 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
564 "--release" | |
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 ContentShell.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/Release/apks/ContentShellTest.apk", | |
580 "--blacklist-file", | |
581 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
582 "--apk-under-test", | |
583 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
584 "--isolate-file-path", | |
585 "content/content_shell_test_apk.isolate", | |
586 "--flakiness-dashboard-server", | |
587 "test-results.appspot.com", | |
588 "--verbose", | |
589 "--release", | |
590 "--json-results-file", | |
591 "/path/to/tmp/json" | |
592 ], | |
593 "cwd": "[SLAVE_BUILD]", | |
594 "name": "Instrumentation test ContentShellTest", | |
595 "~followup_annotations": [ | |
596 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
597 ] | |
598 }, | |
599 { | |
600 "cmd": [ | |
601 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
602 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
603 "-v", | |
604 "--blacklist-file", | |
605 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
606 "--release" | |
607 ], | |
608 "cwd": "[SLAVE_BUILD]", | |
609 "env": { | |
610 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
611 }, | |
612 "name": "install ChromeSyncShell.apk" | |
613 }, | |
614 { | |
615 "cmd": [ | |
616 "python", | |
617 "-u", | |
618 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
619 "instrumentation", | |
620 "--test-apk", | |
621 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
622 "--blacklist-file", | |
623 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
624 "--apk-under-test", | |
625 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
626 "--flakiness-dashboard-server", | |
627 "test-results.appspot.com", | |
628 "--verbose", | |
629 "--release", | |
630 "--json-results-file", | |
631 "/path/to/tmp/json" | |
632 ], | |
633 "cwd": "[SLAVE_BUILD]", | |
634 "name": "Instrumentation test ChromeSyncShellTest", | |
635 "~followup_annotations": [ | |
636 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | |
637 ] | |
638 }, | |
639 { | |
640 "cmd": [ | |
641 "python", | |
642 "-u", | |
643 "[SLAVE_BUILD]/src/build/android/test_runner.py", | |
644 "junit", | 474 "junit", |
645 "-s", | 475 "-s", |
646 "base_junit_tests", | 476 "base_junit_tests", |
647 "--verbose", | 477 "--verbose", |
648 "--release", | 478 "--release", |
649 "--json-results-file", | 479 "--json-results-file", |
650 "/path/to/tmp/json" | 480 "/path/to/tmp/json" |
651 ], | 481 ], |
652 "cwd": "[SLAVE_BUILD]", | 482 "cwd": "[SLAVE_BUILD]", |
653 "env": { | 483 "env": { |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 698 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
869 "@@@STEP_LOG_END@python.inline@@@" | 699 "@@@STEP_LOG_END@python.inline@@@" |
870 ] | 700 ] |
871 }, | 701 }, |
872 { | 702 { |
873 "name": "$result", | 703 "name": "$result", |
874 "recipe_result": null, | 704 "recipe_result": null, |
875 "status_code": 0 | 705 "status_code": 0 |
876 } | 706 } |
877 ] | 707 ] |
OLD | NEW |