From 68daab7872d53249127d8ebe230b58932810d596 Mon Sep 17 00:00:00 2001 From: "sergiyb@chromium.org" Date: Fri, 23 May 2014 07:46:53 +0000 Subject: Added more ChromiumOS tests to the CQ BUG=354775 R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/291833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272435 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/buildbot/chromium_trybot.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'testing') 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"] } ] -- cgit v1.1