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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Add Blimp common unittests to buildbot waterfalls Created 5 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 | « blimp/common/proto/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index cef5806d1219df715b2f9fb468933abebab4b4d7..e7eee8fa9a665e55211d26287e662cb57aba4232 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -8,6 +8,9 @@
],
"gtest_tests": [
{
+ "test": "blimp_common_unit_tests"
nyquist 2015/09/10 18:19:39 Could we add these lines to tryserver.chromium.lin
Kevin M 2015/09/10 18:33:20 Done.
+ },
+ {
"test": "html_viewer_unittests"
},
{
@@ -267,6 +270,12 @@
},
{
"swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "blimp_common_unit_tests"
+ },
+ {
+ "swarming": {
"can_use_on_swarming_builders": true,
"shards": 5
},
« no previous file with comments | « blimp/common/proto/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698