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

Unified Diff: testing/buildbot/chromium.linux.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 | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 39bfb16796baa8b80f44e642d9ab7bad3def3b53..d9f5f969221a474e01031f976a4b0033673f6d8a 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1,8 +1,18 @@
{
"Linux Tests": {
"gtest_tests": [
- "accessibility_unittests",
- "app_list_unittests",
+ {
+ "test": "accessibility_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "test": "app_list_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"app_shell_browsertests",
"app_shell_unittests",
"aura_unittests",
@@ -41,10 +51,20 @@
"dbus_unittests",
"device_unittests",
"display_unittests",
- "events_unittests",
+ {
+ "test": "events_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"extensions_unittests",
"gcm_unit_tests",
- "gfx_unittests",
+ {
+ "test": "gfx_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
"gpu_unittests",
{
@@ -75,7 +95,12 @@
"remoting_unittests",
"sandbox_linux_unittests",
"sql_unittests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ui_touch_selection_unittests",
{
"test": "sync_integration_tests",
@@ -111,8 +136,18 @@
},
"Linux Tests (dbg)(1)(32)": {
"gtest_tests": [
- "accessibility_unittests",
- "app_list_unittests",
+ {
+ "test": "accessibility_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "test": "app_list_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"app_shell_browsertests",
"app_shell_unittests",
"aura_unittests",
@@ -151,10 +186,20 @@
"dbus_unittests",
"device_unittests",
"display_unittests",
- "events_unittests",
+ {
+ "test": "events_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"extensions_unittests",
"gcm_unit_tests",
- "gfx_unittests",
+ {
+ "test": "gfx_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
"gpu_unittests",
{
@@ -185,7 +230,12 @@
"remoting_unittests",
"sandbox_linux_unittests",
"sql_unittests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ui_touch_selection_unittests",
{
"test": "sync_integration_tests",
@@ -213,8 +263,18 @@
},
"Linux Tests (dbg)(1)": {
"gtest_tests": [
- "accessibility_unittests",
- "app_list_unittests",
+ {
+ "test": "accessibility_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "test": "app_list_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"app_shell_browsertests",
"app_shell_unittests",
"aura_unittests",
@@ -253,10 +313,20 @@
"dbus_unittests",
"device_unittests",
"display_unittests",
- "events_unittests",
+ {
+ "test": "events_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"extensions_unittests",
"gcm_unit_tests",
- "gfx_unittests",
+ {
+ "test": "gfx_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"google_apis_unittests",
"gpu_unittests",
{
@@ -291,7 +361,12 @@
"args": ["--test-launcher-print-test-stdio=always"]
},
"sql_unittests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ui_touch_selection_unittests",
{
"test": "sync_integration_tests",
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698