| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Coverage (dbg)", | 10 "Android Coverage (dbg)", |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 "chromium.fyi", | 477 "chromium.fyi", |
| 478 "Android Coverage (dbg)", | 478 "Android Coverage (dbg)", |
| 479 "--blacklist-file", | 479 "--blacklist-file", |
| 480 "[SLAVE_BUILD]/src/out/bad_devices.json" | 480 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 481 ], | 481 ], |
| 482 "cwd": "[SLAVE_BUILD]", | 482 "cwd": "[SLAVE_BUILD]", |
| 483 "name": "spawn_device_monitor" | 483 "name": "spawn_device_monitor" |
| 484 }, | 484 }, |
| 485 { | 485 { |
| 486 "cmd": [ | 486 "cmd": [ |
| 487 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 488 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 489 "-v", | |
| 490 "--blacklist-file", | |
| 491 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 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", | 487 "python", |
| 502 "-u", | 488 "-u", |
| 503 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 489 "[SLAVE_BUILD]/src/out/Debug/bin/run_android_webview_test_apk", |
| 504 "instrumentation", | 490 "instrumentation", |
| 505 "--test-apk", | |
| 506 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
| 507 "--blacklist-file", | 491 "--blacklist-file", |
| 508 "[SLAVE_BUILD]/src/out/bad_devices.json", | 492 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 509 "--logcat-output-file", | 493 "--logcat-output-file", |
| 510 "/path/to/tmp/", | 494 "/path/to/tmp/", |
| 511 "--apk-under-test", | |
| 512 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 513 "--isolate-file-path", | |
| 514 "android_webview/android_webview_test_apk.isolate", | |
| 515 "--flakiness-dashboard-server", | 495 "--flakiness-dashboard-server", |
| 516 "test-results.appspot.com", | 496 "test-results.appspot.com", |
| 517 "--verbose", | 497 "--verbose", |
| 518 "--coverage-dir", | 498 "--coverage-dir", |
| 519 "[SLAVE_BUILD]/src/out/Debug/coverage", | 499 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 520 "--json-results-file", | 500 "--json-results-file", |
| 521 "/path/to/tmp/json" | 501 "/path/to/tmp/json" |
| 522 ], | 502 ], |
| 523 "cwd": "[SLAVE_BUILD]", | 503 "cwd": "[SLAVE_BUILD]", |
| 524 "name": "Instrumentation test AndroidWebViewTest", | 504 "name": "Instrumentation test android_webview_test_apk", |
| 525 "~followup_annotations": [ | 505 "~followup_annotations": [ |
| 526 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 506 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 527 ] | 507 ] |
| 528 }, | 508 }, |
| 529 { | 509 { |
| 530 "cmd": [ | 510 "cmd": [ |
| 531 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 532 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 533 "-v", | |
| 534 "--blacklist-file", | |
| 535 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 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", | 511 "python", |
| 546 "-u", | 512 "-u", |
| 547 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 513 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", |
| 548 "instrumentation", | 514 "instrumentation", |
| 549 "--test-apk", | |
| 550 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
| 551 "--blacklist-file", | 515 "--blacklist-file", |
| 552 "[SLAVE_BUILD]/src/out/bad_devices.json", | 516 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 553 "--logcat-output-file", | 517 "--logcat-output-file", |
| 554 "/path/to/tmp/", | 518 "/path/to/tmp/", |
| 555 "--apk-under-test", | |
| 556 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 557 "--additional-apk", | |
| 558 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk", | |
| 559 "--additional-apk", | |
| 560 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk", | |
| 561 "--isolate-file-path", | |
| 562 "chrome/chrome_public_test_apk.isolate", | |
| 563 "--flakiness-dashboard-server", | 519 "--flakiness-dashboard-server", |
| 564 "test-results.appspot.com", | 520 "test-results.appspot.com", |
| 565 "--verbose", | 521 "--verbose", |
| 566 "--coverage-dir", | 522 "--coverage-dir", |
| 567 "[SLAVE_BUILD]/src/out/Debug/coverage", | 523 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 568 "--json-results-file", | 524 "--json-results-file", |
| 569 "/path/to/tmp/json" | 525 "/path/to/tmp/json" |
| 570 ], | 526 ], |
| 571 "cwd": "[SLAVE_BUILD]", | 527 "cwd": "[SLAVE_BUILD]", |
| 572 "name": "Instrumentation test ChromePublicTest", | 528 "name": "Instrumentation test chrome_public_test_apk", |
| 573 "~followup_annotations": [ | 529 "~followup_annotations": [ |
| 574 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 530 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 575 ] | 531 ] |
| 576 }, | 532 }, |
| 577 { | 533 { |
| 578 "cmd": [ | 534 "cmd": [ |
| 579 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 580 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 581 "-v", | |
| 582 "--blacklist-file", | |
| 583 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 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", | 535 "python", |
| 594 "-u", | 536 "-u", |
| 595 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 537 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", |
| 596 "instrumentation", | 538 "instrumentation", |
| 597 "--test-apk", | |
| 598 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
| 599 "--blacklist-file", | 539 "--blacklist-file", |
| 600 "[SLAVE_BUILD]/src/out/bad_devices.json", | 540 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 601 "--logcat-output-file", | 541 "--logcat-output-file", |
| 602 "/path/to/tmp/", | 542 "/path/to/tmp/", |
| 603 "--apk-under-test", | |
| 604 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 605 "--isolate-file-path", | |
| 606 "content/content_shell_test_apk.isolate", | |
| 607 "--flakiness-dashboard-server", | 543 "--flakiness-dashboard-server", |
| 608 "test-results.appspot.com", | 544 "test-results.appspot.com", |
| 609 "--verbose", | 545 "--verbose", |
| 610 "--coverage-dir", | 546 "--coverage-dir", |
| 611 "[SLAVE_BUILD]/src/out/Debug/coverage", | 547 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 612 "--json-results-file", | 548 "--json-results-file", |
| 613 "/path/to/tmp/json" | 549 "/path/to/tmp/json" |
| 614 ], | 550 ], |
| 615 "cwd": "[SLAVE_BUILD]", | 551 "cwd": "[SLAVE_BUILD]", |
| 616 "name": "Instrumentation test ContentShellTest", | 552 "name": "Instrumentation test content_shell_test_apk", |
| 617 "~followup_annotations": [ | 553 "~followup_annotations": [ |
| 618 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 554 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 619 ] | 555 ] |
| 620 }, | 556 }, |
| 621 { | 557 { |
| 622 "cmd": [ | 558 "cmd": [ |
| 623 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 624 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 625 "-v", | |
| 626 "--blacklist-file", | |
| 627 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 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", | 559 "python", |
| 638 "-u", | 560 "-u", |
| 639 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 561 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", |
| 640 "instrumentation", | 562 "instrumentation", |
| 641 "--test-apk", | |
| 642 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
| 643 "--blacklist-file", | 563 "--blacklist-file", |
| 644 "[SLAVE_BUILD]/src/out/bad_devices.json", | 564 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 645 "--logcat-output-file", | 565 "--logcat-output-file", |
| 646 "/path/to/tmp/", | 566 "/path/to/tmp/", |
| 647 "--apk-under-test", | |
| 648 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 649 "--flakiness-dashboard-server", | 567 "--flakiness-dashboard-server", |
| 650 "test-results.appspot.com", | 568 "test-results.appspot.com", |
| 651 "--verbose", | 569 "--verbose", |
| 652 "--coverage-dir", | 570 "--coverage-dir", |
| 653 "[SLAVE_BUILD]/src/out/Debug/coverage", | 571 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 654 "--json-results-file", | 572 "--json-results-file", |
| 655 "/path/to/tmp/json" | 573 "/path/to/tmp/json" |
| 656 ], | 574 ], |
| 657 "cwd": "[SLAVE_BUILD]", | 575 "cwd": "[SLAVE_BUILD]", |
| 658 "name": "Instrumentation test ChromeSyncShellTest", | 576 "name": "Instrumentation test chrome_sync_shell_test_apk", |
| 659 "~followup_annotations": [ | 577 "~followup_annotations": [ |
| 660 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 578 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 661 ] | 579 ] |
| 662 }, | 580 }, |
| 663 { | 581 { |
| 664 "cmd": [ | 582 "cmd": [ |
| 665 "python", | 583 "python", |
| 666 "-u", | 584 "-u", |
| 667 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 585 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
| 668 "--coverage-dir", | 586 "--coverage-dir", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 846 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 929 "@@@STEP_LOG_END@python.inline@@@" | 847 "@@@STEP_LOG_END@python.inline@@@" |
| 930 ] | 848 ] |
| 931 }, | 849 }, |
| 932 { | 850 { |
| 933 "name": "$result", | 851 "name": "$result", |
| 934 "recipe_result": null, | 852 "recipe_result": null, |
| 935 "status_code": 0 | 853 "status_code": 0 |
| 936 } | 854 } |
| 937 ] | 855 ] |
| OLD | NEW |