Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.py

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium_android/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index 8d5d08468e1da3288618a66cd22576a1055fb2cb..c1bfcc84396ccf9d8f53de01952fd5061e65742d 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -177,15 +177,11 @@ def RunSteps(api, buildername):
failure = f
api.chromium_android.run_instrumentation_suite(
- name='AndroidWebViewTest',
- apk_under_test=api.chromium_android.apk_path('AndroidWebView.apk'),
- test_apk=api.chromium_android.apk_path('AndroidWebViewTest.apk'),
- isolate_file_path='android_webview/android_webview_test_apk.isolate',
+ name='android_webview_test_apk',
flakiness_dashboard='test-results.appspot.com',
annotation='SmallTest',
except_annotation='FlakyTest',
screenshot=True,
- official_build=True,
host_driven_root=api.path['checkout'].join('chrome', 'test'),
timeout_scale=config.get('timeout_scale'),
strict_mode=config.get('strict_mode'),

Powered by Google App Engine
This is Rietveld 408576698