Index: testing/buildbot/chromium.win.json |
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json |
index 319a0f7a82d1b706ea21e82f0f44d338ee25c405..232e681661ae210169c1f79db730154c8a102f80 100644 |
--- a/testing/buildbot/chromium.win.json |
+++ b/testing/buildbot/chromium.win.json |
@@ -55,7 +55,12 @@ |
}, |
"crypto_unittests", |
"events_unittests", |
- "extensions_browsertests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"gcm_unit_tests", |
"gfx_unittests", |
@@ -179,7 +184,12 @@ |
} |
}, |
"crypto_unittests", |
- "extensions_browsertests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"events_unittests", |
"gcm_unit_tests", |
@@ -317,7 +327,12 @@ |
"crypto_unittests", |
"device_unittests", |
"events_unittests", |
- "extensions_browsertests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"gcm_unit_tests", |
"gfx_unittests", |
@@ -460,7 +475,12 @@ |
"crypto_unittests", |
"device_unittests", |
"events_unittests", |
- "extensions_browsertests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"gcm_unit_tests", |
"gfx_unittests", |
@@ -600,7 +620,12 @@ |
}, |
"crypto_unittests", |
"events_unittests", |
- "extensions_browsertests", |
+ { |
+ "test": "extensions_browsertests", |
+ "swarming": { |
+ "can_use_on_swarming_builders": true |
+ } |
+ }, |
"extensions_unittests", |
"gcm_unit_tests", |
{ |