summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorsergiyb@chromium.org <sergiyb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 07:46:53 +0000
committersergiyb@chromium.org <sergiyb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 07:46:53 +0000
commit68daab7872d53249127d8ebe230b58932810d596 (patch)
treea94b087c275d7a53a1477ecc4275c0ad6db2d90b /testing
parentedce4dae2f341fe584dda5bc8a493742556004f9 (diff)
downloadchromium_src-68daab7872d53249127d8ebe230b58932810d596.zip
chromium_src-68daab7872d53249127d8ebe230b58932810d596.tar.gz
chromium_src-68daab7872d53249127d8ebe230b58932810d596.tar.bz2
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
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium_trybot.json25
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"]
}
]