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

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

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: Created 4 years, 8 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
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 GN", 10 "Android GN",
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "chromium.linux", 469 "chromium.linux",
470 "Android GN", 470 "Android GN",
471 "--blacklist-file", 471 "--blacklist-file",
472 "[SLAVE_BUILD]/src/out/bad_devices.json" 472 "[SLAVE_BUILD]/src/out/bad_devices.json"
473 ], 473 ],
474 "cwd": "[SLAVE_BUILD]", 474 "cwd": "[SLAVE_BUILD]",
475 "name": "spawn_device_monitor" 475 "name": "spawn_device_monitor"
476 }, 476 },
477 { 477 {
478 "cmd": [ 478 "cmd": [
479 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
480 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
481 "-v",
482 "--blacklist-file",
483 "[SLAVE_BUILD]/src/out/bad_devices.json",
484 "--release"
485 ],
486 "cwd": "[SLAVE_BUILD]",
487 "env": {
488 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
489 },
490 "name": "install AndroidWebView.apk"
491 },
492 {
493 "cmd": [
494 "python", 479 "python",
495 "-u", 480 "-u",
496 "[SLAVE_BUILD]/src/build/android/test_runner.py", 481 "out/Release/bin/run_android_webview_test_apk",
497 "instrumentation", 482 "instrumentation",
498 "--test-apk",
499 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
500 "--blacklist-file", 483 "--blacklist-file",
501 "[SLAVE_BUILD]/src/out/bad_devices.json", 484 "[SLAVE_BUILD]/src/out/bad_devices.json",
502 "--logcat-output-file", 485 "--logcat-output-file",
503 "/path/to/tmp/", 486 "/path/to/tmp/",
504 "--apk-under-test",
505 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
506 "--isolate-file-path",
507 "android_webview/android_webview_test_apk.isolate",
508 "--flakiness-dashboard-server", 487 "--flakiness-dashboard-server",
509 "test-results.appspot.com", 488 "test-results.appspot.com",
510 "--verbose", 489 "--verbose",
511 "--release",
512 "--json-results-file", 490 "--json-results-file",
513 "/path/to/tmp/json" 491 "/path/to/tmp/json"
514 ], 492 ],
515 "cwd": "[SLAVE_BUILD]", 493 "cwd": "[SLAVE_BUILD]",
516 "name": "Instrumentation test AndroidWebViewTest", 494 "name": "Instrumentation test android_webview_test_apk",
517 "~followup_annotations": [ 495 "~followup_annotations": [
518 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 496 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
519 ] 497 ]
520 }, 498 },
521 { 499 {
522 "cmd": [ 500 "cmd": [
523 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
524 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
525 "-v",
526 "--blacklist-file",
527 "[SLAVE_BUILD]/src/out/bad_devices.json",
528 "--release"
529 ],
530 "cwd": "[SLAVE_BUILD]",
531 "env": {
532 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
533 },
534 "name": "install ChromePublic.apk"
535 },
536 {
537 "cmd": [
538 "python", 501 "python",
539 "-u", 502 "-u",
540 "[SLAVE_BUILD]/src/build/android/test_runner.py", 503 "out/Release/bin/run_chrome_public_test_apk",
541 "instrumentation", 504 "instrumentation",
542 "--test-apk",
543 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
544 "--blacklist-file", 505 "--blacklist-file",
545 "[SLAVE_BUILD]/src/out/bad_devices.json", 506 "[SLAVE_BUILD]/src/out/bad_devices.json",
546 "--logcat-output-file", 507 "--logcat-output-file",
547 "/path/to/tmp/", 508 "/path/to/tmp/",
548 "--apk-under-test",
549 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
550 "--additional-apk",
551 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk",
552 "--additional-apk",
553 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk",
554 "--isolate-file-path",
555 "chrome/chrome_public_test_apk.isolate",
556 "--flakiness-dashboard-server", 509 "--flakiness-dashboard-server",
557 "test-results.appspot.com", 510 "test-results.appspot.com",
558 "--verbose", 511 "--verbose",
559 "--release",
560 "--json-results-file", 512 "--json-results-file",
561 "/path/to/tmp/json" 513 "/path/to/tmp/json"
562 ], 514 ],
563 "cwd": "[SLAVE_BUILD]", 515 "cwd": "[SLAVE_BUILD]",
564 "name": "Instrumentation test ChromePublicTest", 516 "name": "Instrumentation test chrome_public_test_apk",
565 "~followup_annotations": [ 517 "~followup_annotations": [
566 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 518 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
567 ] 519 ]
568 }, 520 },
569 { 521 {
570 "cmd": [ 522 "cmd": [
571 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
572 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
573 "-v",
574 "--blacklist-file",
575 "[SLAVE_BUILD]/src/out/bad_devices.json",
576 "--release"
577 ],
578 "cwd": "[SLAVE_BUILD]",
579 "env": {
580 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
581 },
582 "name": "install ChromeSyncShell.apk"
583 },
584 {
585 "cmd": [
586 "python", 523 "python",
587 "-u", 524 "-u",
588 "[SLAVE_BUILD]/src/build/android/test_runner.py", 525 "out/Release/bin/run_chrome_sync_shell_test_apk",
589 "instrumentation", 526 "instrumentation",
590 "--test-apk",
591 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
592 "--blacklist-file", 527 "--blacklist-file",
593 "[SLAVE_BUILD]/src/out/bad_devices.json", 528 "[SLAVE_BUILD]/src/out/bad_devices.json",
594 "--logcat-output-file", 529 "--logcat-output-file",
595 "/path/to/tmp/", 530 "/path/to/tmp/",
596 "--apk-under-test",
597 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
598 "--flakiness-dashboard-server", 531 "--flakiness-dashboard-server",
599 "test-results.appspot.com", 532 "test-results.appspot.com",
600 "--verbose", 533 "--verbose",
601 "--release",
602 "--json-results-file", 534 "--json-results-file",
603 "/path/to/tmp/json" 535 "/path/to/tmp/json"
604 ], 536 ],
605 "cwd": "[SLAVE_BUILD]", 537 "cwd": "[SLAVE_BUILD]",
606 "name": "Instrumentation test ChromeSyncShellTest", 538 "name": "Instrumentation test chrome_sync_shell_test_apk",
607 "~followup_annotations": [ 539 "~followup_annotations": [
608 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 540 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
609 ] 541 ]
610 }, 542 },
611 { 543 {
612 "cmd": [ 544 "cmd": [
613 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
614 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
615 "-v",
616 "--blacklist-file",
617 "[SLAVE_BUILD]/src/out/bad_devices.json",
618 "--release"
619 ],
620 "cwd": "[SLAVE_BUILD]",
621 "env": {
622 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
623 },
624 "name": "install ContentShell.apk"
625 },
626 {
627 "cmd": [
628 "python", 545 "python",
629 "-u", 546 "-u",
630 "[SLAVE_BUILD]/src/build/android/test_runner.py", 547 "out/Release/bin/run_content_shell_test_apk",
631 "instrumentation", 548 "instrumentation",
632 "--test-apk",
633 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
634 "--blacklist-file", 549 "--blacklist-file",
635 "[SLAVE_BUILD]/src/out/bad_devices.json", 550 "[SLAVE_BUILD]/src/out/bad_devices.json",
636 "--logcat-output-file", 551 "--logcat-output-file",
637 "/path/to/tmp/", 552 "/path/to/tmp/",
638 "--apk-under-test",
639 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
640 "--isolate-file-path",
641 "content/content_shell_test_apk.isolate",
642 "--flakiness-dashboard-server", 553 "--flakiness-dashboard-server",
643 "test-results.appspot.com", 554 "test-results.appspot.com",
644 "--verbose", 555 "--verbose",
645 "--release",
646 "--json-results-file", 556 "--json-results-file",
647 "/path/to/tmp/json" 557 "/path/to/tmp/json"
648 ], 558 ],
649 "cwd": "[SLAVE_BUILD]", 559 "cwd": "[SLAVE_BUILD]",
650 "name": "Instrumentation test ContentShellTest", 560 "name": "Instrumentation test content_shell_test_apk",
651 "~followup_annotations": [ 561 "~followup_annotations": [
652 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 562 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
653 ] 563 ]
654 }, 564 },
655 { 565 {
656 "cmd": [ 566 "cmd": [
657 "python", 567 "python",
658 "-u", 568 "-u",
659 "[SLAVE_BUILD]/src/build/android/test_runner.py", 569 "out/Release/bin/run_mojo_test_apk",
660 "instrumentation", 570 "instrumentation",
661 "--test-apk",
662 "[SLAVE_BUILD]/src/out/Release/apks/MojoTest.apk",
663 "--blacklist-file", 571 "--blacklist-file",
664 "[SLAVE_BUILD]/src/out/bad_devices.json", 572 "[SLAVE_BUILD]/src/out/bad_devices.json",
665 "--logcat-output-file", 573 "--logcat-output-file",
666 "/path/to/tmp/", 574 "/path/to/tmp/",
667 "--flakiness-dashboard-server", 575 "--flakiness-dashboard-server",
668 "test-results.appspot.com", 576 "test-results.appspot.com",
669 "--verbose", 577 "--verbose",
670 "--release",
671 "--json-results-file", 578 "--json-results-file",
672 "/path/to/tmp/json" 579 "/path/to/tmp/json"
673 ], 580 ],
674 "cwd": "[SLAVE_BUILD]", 581 "cwd": "[SLAVE_BUILD]",
675 "name": "Instrumentation test MojoTest", 582 "name": "Instrumentation test mojo_test_apk",
676 "~followup_annotations": [ 583 "~followup_annotations": [
677 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" 584 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
678 ] 585 ]
679 }, 586 },
680 { 587 {
681 "cmd": [ 588 "cmd": [
682 "python", 589 "python",
683 "-u", 590 "-u",
684 "[SLAVE_BUILD]/src/build/android/test_runner.py", 591 "[SLAVE_BUILD]/src/build/android/test_runner.py",
685 "gtest", 592 "gtest",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 900 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
994 "@@@STEP_LOG_END@python.inline@@@" 901 "@@@STEP_LOG_END@python.inline@@@"
995 ] 902 ]
996 }, 903 },
997 { 904 {
998 "name": "$result", 905 "name": "$result",
999 "recipe_result": null, 906 "recipe_result": null,
1000 "status_code": 0 907 "status_code": 0
1001 } 908 }
1002 ] 909 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698