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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 578653003: Add components_browsertests to trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove android Created 6 years, 3 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 | « no previous file | 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 ab353932197f6b42c1a18c49e7af35a6badc9d8a..a28220374f2a22a8a170ae1812816598e073bbd9 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -30,6 +30,10 @@
"test": "chrome_elf_unittests",
"platforms": ["win"]
},
+ {
+ "test": "components_browsertests",
+ "platforms": ["linux", "mac", "win"]
Paweł Hajdan Jr. 2014/09/16 22:31:56 This is not needed since the test runs on all plat
nyquist 2014/09/16 22:49:53 Done.
+ },
"components_unittests",
{
"test": "compositor_unittests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698