diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 7ff1875..c0bf60e 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"] } ] |