| Index: scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json b/scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json
|
| index 88d753781d88d8cadf4e0576389982727a5889e0..f8b1f45e6f253ca7a2888d3e4e5f0431600ecf80 100644
|
| --- a/scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json
|
| +++ b/scripts/slave/recipes/chromium.expected/amp_split_recipe_instrumentation_trigger_failure.json
|
| @@ -559,39 +559,16 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView",
|
| - "-v",
|
| - "--blacklist-file",
|
| - "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| - "--release"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| - },
|
| - "name": "install AndroidWebView"
|
| - },
|
| - {
|
| - "cmd": [
|
| "python",
|
| "-u",
|
| - "[SLAVE_BUILD]/src/build/android/test_runner.py",
|
| - "instrumentation",
|
| - "--test-apk",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest",
|
| + "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk",
|
| "--blacklist-file",
|
| "[SLAVE_BUILD]/src/out/bad_devices.json",
|
| "--logcat-output-file",
|
| "/path/to/tmp/",
|
| - "--apk-under-test",
|
| - "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView",
|
| - "--isolate-file-path",
|
| - "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate",
|
| "--flakiness-dashboard-server",
|
| "test-results.appspot.com",
|
| "--verbose",
|
| - "--release",
|
| "--json-results-file",
|
| "/path/to/tmp/json"
|
| ],
|
|
|