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

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

Issue 869783004: Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: linux libosmesa Created 5 years, 11 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
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",
{

Powered by Google App Engine
This is Rietveld 408576698