Index: testing/buildbot/chromium.linux.json |
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
index 48bcf01c2b050ade68f45422d5b9e44ed94ed1bf..dff5ec14eeea5e13a9382eea42d31966e8b7184e 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": "ChromePublic" |
bpastene
2016/02/06 00:56:24
Try with s/ChromePublic/ChromePublicTest/
|
+ }, |
+ { |
+ "test": "ContentShellTest" |
+ }, |
+ { |
+ "test": "ChromeSyncShellTest" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |
@@ -382,6 +396,20 @@ |
"test": "unit_tests" |
} |
], |
+ "instrumentation_tests": [ |
+ { |
+ "test": "AndroidWebViewTest" |
+ }, |
+ { |
+ "test": "ChromePublic" |
+ }, |
+ { |
+ "test": "ContentShellTest" |
+ }, |
+ { |
+ "test": "ChromeSyncShellTest" |
+ } |
+ ], |
"scripts": [ |
{ |
"name": "webview_licenses", |