| 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 GN", | 10 "Android GN", |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 497 "instrumentation", | |
| 498 "--test-apk", | |
| 499 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 500 "--blacklist-file", | 482 "--blacklist-file", |
| 501 "[SLAVE_BUILD]/src/out/bad_devices.json", | 483 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 502 "--logcat-output-file", | 484 "--logcat-output-file", |
| 503 "/path/to/tmp/", | 485 "/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", | 486 "--flakiness-dashboard-server", |
| 509 "test-results.appspot.com", | 487 "test-results.appspot.com", |
| 510 "--verbose", | 488 "--verbose", |
| 511 "--release", | |
| 512 "--json-results-file", | 489 "--json-results-file", |
| 513 "/path/to/tmp/json" | 490 "/path/to/tmp/json" |
| 514 ], | 491 ], |
| 515 "cwd": "[SLAVE_BUILD]", | 492 "cwd": "[SLAVE_BUILD]", |
| 516 "name": "Instrumentation test AndroidWebViewTest", | 493 "name": "Instrumentation test AndroidWebViewTest", |
| 517 "~followup_annotations": [ | 494 "~followup_annotations": [ |
| 518 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 495 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 519 ] | 496 ] |
| 520 }, | 497 }, |
| 521 { | 498 { |
| 522 "cmd": [ | 499 "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", | 500 "python", |
| 539 "-u", | 501 "-u", |
| 540 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 502 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 541 "instrumentation", | |
| 542 "--test-apk", | |
| 543 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 544 "--blacklist-file", | 503 "--blacklist-file", |
| 545 "[SLAVE_BUILD]/src/out/bad_devices.json", | 504 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 546 "--logcat-output-file", | 505 "--logcat-output-file", |
| 547 "/path/to/tmp/", | 506 "/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", | 507 "--flakiness-dashboard-server", |
| 557 "test-results.appspot.com", | 508 "test-results.appspot.com", |
| 558 "--verbose", | 509 "--verbose", |
| 559 "--release", | |
| 560 "--json-results-file", | 510 "--json-results-file", |
| 561 "/path/to/tmp/json" | 511 "/path/to/tmp/json" |
| 562 ], | 512 ], |
| 563 "cwd": "[SLAVE_BUILD]", | 513 "cwd": "[SLAVE_BUILD]", |
| 564 "name": "Instrumentation test ChromePublicTest", | 514 "name": "Instrumentation test ChromePublicTest", |
| 565 "~followup_annotations": [ | 515 "~followup_annotations": [ |
| 566 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 516 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 567 ] | 517 ] |
| 568 }, | 518 }, |
| 569 { | 519 { |
| 570 "cmd": [ | 520 "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", | 521 "python", |
| 587 "-u", | 522 "-u", |
| 588 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 523 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 589 "instrumentation", | |
| 590 "--test-apk", | |
| 591 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 592 "--blacklist-file", | 524 "--blacklist-file", |
| 593 "[SLAVE_BUILD]/src/out/bad_devices.json", | 525 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 594 "--logcat-output-file", | 526 "--logcat-output-file", |
| 595 "/path/to/tmp/", | 527 "/path/to/tmp/", |
| 596 "--apk-under-test", | |
| 597 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 598 "--flakiness-dashboard-server", | 528 "--flakiness-dashboard-server", |
| 599 "test-results.appspot.com", | 529 "test-results.appspot.com", |
| 600 "--verbose", | 530 "--verbose", |
| 601 "--release", | |
| 602 "--json-results-file", | 531 "--json-results-file", |
| 603 "/path/to/tmp/json" | 532 "/path/to/tmp/json" |
| 604 ], | 533 ], |
| 605 "cwd": "[SLAVE_BUILD]", | 534 "cwd": "[SLAVE_BUILD]", |
| 606 "name": "Instrumentation test ChromeSyncShellTest", | 535 "name": "Instrumentation test ChromeSyncShellTest", |
| 607 "~followup_annotations": [ | 536 "~followup_annotations": [ |
| 608 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 537 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 609 ] | 538 ] |
| 610 }, | 539 }, |
| 611 { | 540 { |
| 612 "cmd": [ | 541 "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", | 542 "python", |
| 629 "-u", | 543 "-u", |
| 630 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 544 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 631 "instrumentation", | |
| 632 "--test-apk", | |
| 633 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 634 "--blacklist-file", | 545 "--blacklist-file", |
| 635 "[SLAVE_BUILD]/src/out/bad_devices.json", | 546 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 636 "--logcat-output-file", | 547 "--logcat-output-file", |
| 637 "/path/to/tmp/", | 548 "/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", | 549 "--flakiness-dashboard-server", |
| 643 "test-results.appspot.com", | 550 "test-results.appspot.com", |
| 644 "--verbose", | 551 "--verbose", |
| 645 "--release", | |
| 646 "--json-results-file", | 552 "--json-results-file", |
| 647 "/path/to/tmp/json" | 553 "/path/to/tmp/json" |
| 648 ], | 554 ], |
| 649 "cwd": "[SLAVE_BUILD]", | 555 "cwd": "[SLAVE_BUILD]", |
| 650 "name": "Instrumentation test ContentShellTest", | 556 "name": "Instrumentation test ContentShellTest", |
| 651 "~followup_annotations": [ | 557 "~followup_annotations": [ |
| 652 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 558 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 653 ] | 559 ] |
| 654 }, | 560 }, |
| 655 { | 561 { |
| 656 "cmd": [ | 562 "cmd": [ |
| 657 "python", | 563 "python", |
| 658 "-u", | 564 "-u", |
| 659 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 565 "[SLAVE_BUILD]/src/out/Release/bin/run_mojo_test_apk", |
| 660 "instrumentation", | |
| 661 "--test-apk", | |
| 662 "[SLAVE_BUILD]/src/out/Release/apks/MojoTest.apk", | |
| 663 "--blacklist-file", | 566 "--blacklist-file", |
| 664 "[SLAVE_BUILD]/src/out/bad_devices.json", | 567 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 665 "--logcat-output-file", | 568 "--logcat-output-file", |
| 666 "/path/to/tmp/", | 569 "/path/to/tmp/", |
| 667 "--flakiness-dashboard-server", | 570 "--flakiness-dashboard-server", |
| 668 "test-results.appspot.com", | 571 "test-results.appspot.com", |
| 669 "--verbose", | 572 "--verbose", |
| 670 "--release", | |
| 671 "--json-results-file", | 573 "--json-results-file", |
| 672 "/path/to/tmp/json" | 574 "/path/to/tmp/json" |
| 673 ], | 575 ], |
| 674 "cwd": "[SLAVE_BUILD]", | 576 "cwd": "[SLAVE_BUILD]", |
| 675 "name": "Instrumentation test MojoTest", | 577 "name": "Instrumentation test MojoTest", |
| 676 "~followup_annotations": [ | 578 "~followup_annotations": [ |
| 677 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 579 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 678 ] | 580 ] |
| 679 }, | 581 }, |
| 680 { | 582 { |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 895 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 994 "@@@STEP_LOG_END@python.inline@@@" | 896 "@@@STEP_LOG_END@python.inline@@@" |
| 995 ] | 897 ] |
| 996 }, | 898 }, |
| 997 { | 899 { |
| 998 "name": "$result", | 900 "name": "$result", |
| 999 "recipe_result": null, | 901 "recipe_result": null, |
| 1000 "status_code": 0 | 902 "status_code": 0 |
| 1001 } | 903 } |
| 1002 ] | 904 ] |
| OLD | NEW |