Chromium Code Reviews| Index: testing/buildbot/chromium_trybot.json |
| diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json |
| index 6e3cff572c0b998cb00cf5ccc389063c88c1d55e..4b6de7724fd444d1f0ea59b1da29bc9195d8a372 100644 |
| --- a/testing/buildbot/chromium_trybot.json |
| +++ b/testing/buildbot/chromium_trybot.json |
| @@ -165,6 +165,15 @@ |
| "shards": 2 |
| } |
| }, |
| + { |
| + "test": "ui_chromeos_unittests", |
|
tfarina
2014/11/19 17:32:18
this isn't running on main waterfall. Is it?
pkotwicz
2014/11/20 02:17:42
Yes, ui_chromeos_unittests is running on the main
|
| + "platforms": ["linux"], |
| + "chromium_configs": [ |
| + "chromium_chromeos", |
| + "chromium_chromeos_clang", |
| + "chromium_chromeos_ozone" |
| + ] |
| + }, |
| "url_unittests", |
| { |
| "test": "wm_unittests", |