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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 477723003: Add ozone_unittests to linux_chromium_chromeos_ozone_{rel,dbg} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add to trybots, badly Created 6 years, 4 months 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
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 6558af6238342e9fd8fb5d965d59e2b0f43a3792..14a94684ba6546661f71de021288753a98f143d8 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -193,6 +193,11 @@
{
"test": "display_unittests",
"platforms": ["linux"]
+ },
+ {
+ "test": "ozone_unittests",
+ "platforms": ["linux"],
+ "chromium_configs": ["chromium_chromeos_ozone"]
spang 2014/08/15 18:28:49 How do I find out what chromium_configs means? I
Paweł Hajdan Jr. 2014/08/18 14:55:00 Please look for should_use_test in chromium_trybot
spang 2014/08/20 16:39:22 This should work now, right?
Paweł Hajdan Jr. 2014/08/20 16:57:11 It should. Could you upload a new patchset (to mak
}
],
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698