Index: testing/buildbot/chromium.linux.json |
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json |
index 8f9d3e864b87103226128626026221cc857439fd..0a5f824ff04381da388b6fd485e3b41cf0c7c1d7 100644 |
--- a/testing/buildbot/chromium.linux.json |
+++ b/testing/buildbot/chromium.linux.json |
@@ -770,6 +770,9 @@ |
"test": "jingle_unittests" |
}, |
{ |
+ "test": "leveldb_service_unittests" |
+ }, |
Dirk Pranke
2016/03/21 22:55:06
why isn't this using swarming? We don't normally r
|
+ { |
"test": "mash_unittests" |
}, |
{ |
@@ -1202,6 +1205,9 @@ |
"test": "jingle_unittests" |
}, |
{ |
+ "test": "leveldb_service_unittests" |
+ }, |
+ { |
"swarming": { |
"can_use_on_swarming_builders": true |
}, |