Index: testing/buildbot/chromium_trybot.json |
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
index 7ff18750ed5a9c453f8376d5641f6fded4a82a34..c0bf60e33b6ca04d2d04f5705fdc1074e4a26dda 100644 |
--- a/testing/buildbot/chromium_trybot.json |
+++ b/testing/buildbot/chromium_trybot.json |
@@ -90,5 +90,30 @@ |
"test": "views_unittests", |
"platforms": ["linux"], |
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
+ }, |
+ { |
+ "test": "chromeos_unittests", |
+ "platforms": ["linux"], |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
+ }, |
+ { |
+ "test": "ash_unittests", |
+ "platforms": ["linux"], |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
+ }, |
+ { |
+ "test": "dbus_unittests", |
+ "platforms": ["linux"], |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
+ }, |
+ { |
+ "test": "aura_unittests", |
+ "platforms": ["linux"], |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
+ }, |
+ { |
+ "test": "wm_unittests", |
+ "platforms": ["linux"], |
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] |
} |
] |