Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1765)

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 738513002: Move the tests in ui/chromeos to a new target: ui_chromeos_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698