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

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

Issue 958733002: isolate cast_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no read_only Created 5 years, 10 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 | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index c90ec05ebb29a40b3cf66ffbf3c47984fe98eae8..f65c4b0ce1b3bd58a57e5d8b8dba0febdeb19eb7 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -18,7 +18,12 @@
}
},
"cacheinvalidation_unittests",
- "cast_unittests",
+ {
+ "test": "cast_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "cc_unittests",
"swarming": {
@@ -165,7 +170,12 @@
}
},
"cacheinvalidation_unittests",
- "cast_unittests",
+ {
+ "test": "cast_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "cc_unittests",
"swarming": {
@@ -316,7 +326,12 @@
}
},
"cacheinvalidation_unittests",
- "cast_unittests",
+ {
+ "test": "cast_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "cc_unittests",
"swarming": {
@@ -475,7 +490,12 @@
},
"aura_unittests",
"cacheinvalidation_unittests",
- "cast_unittests",
+ {
+ "test": "cast_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "cc_unittests",
"swarming": {
@@ -632,7 +652,12 @@
}
},
"cacheinvalidation_unittests",
- "cast_unittests",
+ {
+ "test": "cast_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "cc_unittests",
"swarming": {
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698