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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 350123003: Add accessibility_unittests and chromevox_tests to buildbot config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« testing/buildbot/chromium.linux.json ('K') | « testing/buildbot/chromium.win.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 7d0eba15338ec6d9a4f94a08f6a5d715a91a4fb0..62a5d685c709c4c884232a8d9a118bac010879fe 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -24,6 +24,11 @@
"cc_unittests",
"chromedriver_unittests",
{
+ "test": "chromeos_unittests",
Paweł Hajdan Jr. 2014/06/24 18:12:18 That's surprising - I see chromeos_unittests added
dmazzoni 2014/06/24 19:31:48 Oops, this was a typo. I meant this to be chromevo
+ "platforms": ["linux"],
Paweł Hajdan Jr. 2014/06/24 18:12:18 nit: This is not needed since chromium_configs inc
dmazzoni 2014/06/24 19:31:48 Done.
+ "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
+ },
+ {
"test": "chrome_elf_unittests",
"platforms": ["win"]
},
« testing/buildbot/chromium.linux.json ('K') | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698