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", | |
505 "--test-apk", | |
506 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
507 "--blacklist-file", | 490 "--blacklist-file", |
508 "[SLAVE_BUILD]/src/out/bad_devices.json", | 491 "[SLAVE_BUILD]/src/out/bad_devices.json", |
509 "--logcat-output-file", | 492 "--logcat-output-file", |
510 "/path/to/tmp/", | 493 "/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", | 494 "--flakiness-dashboard-server", |
516 "test-results.appspot.com", | 495 "test-results.appspot.com", |
517 "--verbose", | 496 "--verbose", |
518 "--coverage-dir", | 497 "--coverage-dir", |
519 "[SLAVE_BUILD]/src/out/Debug/coverage", | 498 "[SLAVE_BUILD]/src/out/Debug/coverage", |
520 "--json-results-file", | 499 "--json-results-file", |
521 "/path/to/tmp/json" | 500 "/path/to/tmp/json" |
522 ], | 501 ], |
523 "cwd": "[SLAVE_BUILD]", | 502 "cwd": "[SLAVE_BUILD]", |
524 "name": "Instrumentation test AndroidWebViewTest", | 503 "name": "Instrumentation test AndroidWebViewTest", |
525 "~followup_annotations": [ | 504 "~followup_annotations": [ |
526 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 505 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
527 ] | 506 ] |
528 }, | 507 }, |
529 { | 508 { |
530 "cmd": [ | 509 "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", | 510 "python", |
546 "-u", | 511 "-u", |
547 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 512 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_public_test_apk", |
548 "instrumentation", | |
549 "--test-apk", | |
550 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
551 "--blacklist-file", | 513 "--blacklist-file", |
552 "[SLAVE_BUILD]/src/out/bad_devices.json", | 514 "[SLAVE_BUILD]/src/out/bad_devices.json", |
553 "--logcat-output-file", | 515 "--logcat-output-file", |
554 "/path/to/tmp/", | 516 "/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", | 517 "--flakiness-dashboard-server", |
564 "test-results.appspot.com", | 518 "test-results.appspot.com", |
565 "--verbose", | 519 "--verbose", |
566 "--coverage-dir", | 520 "--coverage-dir", |
567 "[SLAVE_BUILD]/src/out/Debug/coverage", | 521 "[SLAVE_BUILD]/src/out/Debug/coverage", |
568 "--json-results-file", | 522 "--json-results-file", |
569 "/path/to/tmp/json" | 523 "/path/to/tmp/json" |
570 ], | 524 ], |
571 "cwd": "[SLAVE_BUILD]", | 525 "cwd": "[SLAVE_BUILD]", |
572 "name": "Instrumentation test ChromePublicTest", | 526 "name": "Instrumentation test ChromePublicTest", |
573 "~followup_annotations": [ | 527 "~followup_annotations": [ |
574 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 528 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
575 ] | 529 ] |
576 }, | 530 }, |
577 { | 531 { |
578 "cmd": [ | 532 "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", | 533 "python", |
594 "-u", | 534 "-u", |
595 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 535 "[SLAVE_BUILD]/src/out/Debug/bin/run_content_shell_test_apk", |
596 "instrumentation", | |
597 "--test-apk", | |
598 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
599 "--blacklist-file", | 536 "--blacklist-file", |
600 "[SLAVE_BUILD]/src/out/bad_devices.json", | 537 "[SLAVE_BUILD]/src/out/bad_devices.json", |
601 "--logcat-output-file", | 538 "--logcat-output-file", |
602 "/path/to/tmp/", | 539 "/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", | 540 "--flakiness-dashboard-server", |
608 "test-results.appspot.com", | 541 "test-results.appspot.com", |
609 "--verbose", | 542 "--verbose", |
610 "--coverage-dir", | 543 "--coverage-dir", |
611 "[SLAVE_BUILD]/src/out/Debug/coverage", | 544 "[SLAVE_BUILD]/src/out/Debug/coverage", |
612 "--json-results-file", | 545 "--json-results-file", |
613 "/path/to/tmp/json" | 546 "/path/to/tmp/json" |
614 ], | 547 ], |
615 "cwd": "[SLAVE_BUILD]", | 548 "cwd": "[SLAVE_BUILD]", |
616 "name": "Instrumentation test ContentShellTest", | 549 "name": "Instrumentation test ContentShellTest", |
617 "~followup_annotations": [ | 550 "~followup_annotations": [ |
618 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 551 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
619 ] | 552 ] |
620 }, | 553 }, |
621 { | 554 { |
622 "cmd": [ | 555 "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", | 556 "python", |
638 "-u", | 557 "-u", |
639 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 558 "[SLAVE_BUILD]/src/out/Debug/bin/run_chrome_sync_shell_test_apk", |
640 "instrumentation", | |
641 "--test-apk", | |
642 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
643 "--blacklist-file", | 559 "--blacklist-file", |
644 "[SLAVE_BUILD]/src/out/bad_devices.json", | 560 "[SLAVE_BUILD]/src/out/bad_devices.json", |
645 "--logcat-output-file", | 561 "--logcat-output-file", |
646 "/path/to/tmp/", | 562 "/path/to/tmp/", |
647 "--apk-under-test", | |
648 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
649 "--flakiness-dashboard-server", | 563 "--flakiness-dashboard-server", |
650 "test-results.appspot.com", | 564 "test-results.appspot.com", |
651 "--verbose", | 565 "--verbose", |
652 "--coverage-dir", | 566 "--coverage-dir", |
653 "[SLAVE_BUILD]/src/out/Debug/coverage", | 567 "[SLAVE_BUILD]/src/out/Debug/coverage", |
654 "--json-results-file", | 568 "--json-results-file", |
655 "/path/to/tmp/json" | 569 "/path/to/tmp/json" |
656 ], | 570 ], |
657 "cwd": "[SLAVE_BUILD]", | 571 "cwd": "[SLAVE_BUILD]", |
658 "name": "Instrumentation test ChromeSyncShellTest", | 572 "name": "Instrumentation test ChromeSyncShellTest", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
928 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 842 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
929 "@@@STEP_LOG_END@python.inline@@@" | 843 "@@@STEP_LOG_END@python.inline@@@" |
930 ] | 844 ] |
931 }, | 845 }, |
932 { | 846 { |
933 "name": "$result", | 847 "name": "$result", |
934 "recipe_result": null, | 848 "recipe_result": null, |
935 "status_code": 0 | 849 "status_code": 0 |
936 } | 850 } |
937 ] | 851 ] |
OLD | NEW |