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