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

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

Issue 1206033005: Rework how isolates are generated in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add ui_base_unittests_run Created 5 years, 6 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 038dbc4af0c4b4b669cbd0546bb3fef72bf44143..3eec2d08af56e0922bc284ee2758e562f00b1d86 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -1129,19 +1129,30 @@
"sql_unittests",
"sync_integration_tests",
"sync_unit_tests",
- "ui_base_unittests",
"url_unittests",
"views_unittests",
"wm_unittests"
],
"gtest_tests": [
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "base_unittests"
+ },
+ {
"test": "content_browsertests"
},
{
"test": "events_unittests"
},
{
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "ui_base_unittests"
+ },
+ {
"test": "ui_touch_selection_unittests"
}
]
@@ -1215,12 +1226,10 @@
"components_browsertests",
"components_unittests",
"compositor_unittests",
- "content_browsertests",
"content_unittests",
"courgette_unittests",
"crypto_unittests",
"device_unittests",
- "events_unittests",
"extensions_browsertests",
"extensions_unittests",
"gcm_unit_tests",
@@ -1245,11 +1254,32 @@
"sql_unittests",
"sync_integration_tests",
"sync_unit_tests",
- "ui_base_unittests",
- "ui_touch_selection_unittests",
"url_unittests",
"views_unittests",
"wm_unittests"
+ ],
+ "gtest_tests": [
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "base_unittests"
+ },
+ {
+ "test": "content_browsertests"
+ },
+ {
+ "test": "events_unittests"
+ },
+ {
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "ui_base_unittests"
+ },
+ {
+ "test": "ui_touch_selection_unittests"
+ }
]
},
"XP Tests (1)": {

Powered by Google App Engine
This is Rietveld 408576698