| 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 Tests (amp instrumentation test split)", | 10 "Android Tests (amp instrumentation test split)", |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 "name": "[trigger] AndroidWebViewTest", | 552 "name": "[trigger] AndroidWebViewTest", |
| 553 "~followup_annotations": [ | 553 "~followup_annotations": [ |
| 554 "step returned non-zero exit code: 1", | 554 "step returned non-zero exit code: 1", |
| 555 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 555 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 556 "@@@STEP_LOG_END@json.output (invalid)@@@", | 556 "@@@STEP_LOG_END@json.output (invalid)@@@", |
| 557 "@@@STEP_FAILURE@@@" | 557 "@@@STEP_FAILURE@@@" |
| 558 ] | 558 ] |
| 559 }, | 559 }, |
| 560 { | 560 { |
| 561 "cmd": [ | 561 "cmd": [ |
| 562 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 563 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", | |
| 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 AndroidWebView" | |
| 574 }, | |
| 575 { | |
| 576 "cmd": [ | |
| 577 "python", | 562 "python", |
| 578 "-u", | 563 "-u", |
| 579 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 564 "out/Release/bin/run_android_webview_test_apk", |
| 580 "instrumentation", | 565 "instrumentation", |
| 581 "--test-apk", | |
| 582 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest", | |
| 583 "--blacklist-file", | 566 "--blacklist-file", |
| 584 "[SLAVE_BUILD]/src/out/bad_devices.json", | 567 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 585 "--logcat-output-file", | 568 "--logcat-output-file", |
| 586 "/path/to/tmp/", | 569 "/path/to/tmp/", |
| 587 "--apk-under-test", | |
| 588 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView", | |
| 589 "--isolate-file-path", | |
| 590 "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate", | |
| 591 "--flakiness-dashboard-server", | 570 "--flakiness-dashboard-server", |
| 592 "test-results.appspot.com", | 571 "test-results.appspot.com", |
| 593 "--verbose", | 572 "--verbose", |
| 594 "--release", | |
| 595 "--json-results-file", | 573 "--json-results-file", |
| 596 "/path/to/tmp/json" | 574 "/path/to/tmp/json" |
| 597 ], | 575 ], |
| 598 "cwd": "[SLAVE_BUILD]", | 576 "cwd": "[SLAVE_BUILD]", |
| 599 "name": "Instrumentation test AndroidWebViewTest", | 577 "name": "Instrumentation test android_webview_test_apk", |
| 600 "~followup_annotations": [ | 578 "~followup_annotations": [ |
| 601 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 579 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 602 ] | 580 ] |
| 603 }, | 581 }, |
| 604 { | 582 { |
| 605 "cmd": [ | 583 "cmd": [ |
| 606 "python", | 584 "python", |
| 607 "-u", | 585 "-u", |
| 608 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 586 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 609 "--action", | 587 "--action", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 674 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 697 "@@@STEP_LOG_END@python.inline@@@" | 675 "@@@STEP_LOG_END@python.inline@@@" |
| 698 ] | 676 ] |
| 699 }, | 677 }, |
| 700 { | 678 { |
| 701 "name": "$result", | 679 "name": "$result", |
| 702 "recipe_result": null, | 680 "recipe_result": null, |
| 703 "status_code": 0 | 681 "status_code": 0 |
| 704 } | 682 } |
| 705 ] | 683 ] |
| OLD | NEW |