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