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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 1574943003: add instrumentation tests to cloud bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 5b9be39bc7e1727b1ac7271aaf40f588085db96b..3ba0f8a8cac2081f33c1895d353dd86e93103d2d 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1962,6 +1962,10 @@ SPEC = {
'bot_type': 'builder_tester',
'android_config': 'gce_builder',
'tests': [
+ steps.AndroidInstrumentationTest('AndroidWebViewTest'),
+ steps.AndroidInstrumentationTest('ChromePublicTest'),
+ steps.AndroidInstrumentationTest('ContentShellTest'),
+ steps.AndroidInstrumentationTest('ChromeSyncShellTest'),
steps.AndroidJunitTest('base_junit_tests'),
steps.AndroidJunitTest('chrome_junit_tests'),
steps.AndroidJunitTest('components_junit_tests'),

Powered by Google App Engine
This is Rietveld 408576698