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" |
+ }, |
+ { |
"test": "html_viewer_unittests" |
}, |
{ |
@@ -267,6 +270,12 @@ |
}, |
{ |
"swarming": { |
+ "can_use_on_swarming_builders": true |
+ }, |
+ "test": "blimp_common_unit_tests" |
nyquist
2015/09/10 21:56:47
Could you add to Linux GN (dbg) as well?
Kevin M
2015/09/23 00:05:30
Done.
|
+ }, |
+ { |
+ "swarming": { |
"can_use_on_swarming_builders": true, |
"shards": 5 |
}, |