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

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: rebase 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') | ui/accessibility/accessibility_unittests.isolate » ('J')
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 850beb4f750c8701c173c28455061998f662b797..9d27a870d8b7830b276e4e1b2216494272b80ad8 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
+ }
+ },
{
"test": "sync_integration_tests",
"swarming": {
@@ -110,8 +135,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",
@@ -150,10 +185,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",
{
@@ -184,7 +229,12 @@
"remoting_unittests",
"sandbox_linux_unittests",
"sql_unittests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "sync_integration_tests",
"swarming": {
@@ -211,8 +261,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",
@@ -251,10 +311,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",
{
@@ -289,7 +359,12 @@
"args": ["--test-launcher-print-test-stdio=always"]
},
"sql_unittests",
- "ui_base_unittests",
+ {
+ "test": "ui_base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
{
"test": "sync_integration_tests",
"swarming": {
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | ui/accessibility/accessibility_unittests.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698