Index: testing/buildbot/chromium.linux.json |
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
index 48bcf01c2b050ade68f45422d5b9e44ed94ed1bf..c483f531cb17c4b60cf2c83e15000214a8f70dd9 100644 |
--- a/testing/buildbot/chromium.linux.json |
+++ b/testing/buildbot/chromium.linux.json |
@@ -257,6 +257,20 @@ |
"test": "unit_tests" |
} |
], |
+ "instrumentation_tests": [ |
+ { |
+ "test": "AndroidWebViewTest" |
+ }, |
+ { |
+ "test": "ChromePublicTest" |
+ }, |
+ { |
+ "test": "ContentShellTest" |
+ }, |
+ { |
+ "test": "ChromeSyncShellTest" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |
@@ -382,6 +396,20 @@ |
"test": "unit_tests" |
} |
], |
+ "instrumentation_tests": [ |
+ { |
+ "test": "AndroidWebViewTest" |
+ }, |
+ { |
+ "test": "ChromePublicTest" |
+ }, |
+ { |
+ "test": "ContentShellTest" |
+ }, |
+ { |
+ "test": "ChromeSyncShellTest" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |