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

Unified Diff: testing/buildbot/chromium_trybot.json

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 6 years 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.win.json ('k') | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_trybot.json
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json
index 9a0e4af707a739848893e603ede83b9e0fca844e..7925d5df7ba7a800ce062da134715492163d0c94 100644
--- a/testing/buildbot/chromium_trybot.json
+++ b/testing/buildbot/chromium_trybot.json
@@ -3,12 +3,22 @@
"all"
],
"gtest_tests": [
- "accessibility_unittests",
+ {
+ "test": "accessibility_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "app_installer_unittests",
"platforms": ["win"]
},
- "app_list_unittests",
+ {
+ "test": "app_list_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "ash_unittests",
"chromium_configs": [
@@ -84,13 +94,23 @@
"platforms": ["linux"]
},
"device_unittests",
- "events_unittests",
+ {
+ "test": "events_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "extensions_unittests",
"platforms": ["win", "mac", "linux"]
},
"gcm_unit_tests",
- "gfx_unittests",
+ {
+ "test": "gfx_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
"gpu_unittests",
{
@@ -116,7 +136,12 @@
},
"media_perftests",
"media_unittests",
- "message_center_unittests",
+ {
+ "test": "message_center_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"mojo_common_unittests",
"mojo_public_bindings_unittests",
"mojo_public_environment_unittests",
@@ -157,7 +182,12 @@
}
},
"sync_unit_tests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ui_touch_selection_unittests",
{
"test": "unit_tests",
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/accessibility/accessibility.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698