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

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "app_shell_browsertests", 99 "app_shell_browsertests",
100 "app_shell_unittests", 100 "app_shell_unittests",
101 "ash_unittests", 101 "ash_unittests",
102 "athena_unittests", 102 "athena_unittests",
103 "aura_unittests", 103 "aura_unittests",
104 "base_unittests", 104 "base_unittests",
105 "cacheinvalidation_unittests", 105 "cacheinvalidation_unittests",
106 "chromeos_unittests", 106 "chromeos_unittests",
107 "chromevox_tests", 107 "chromevox_tests",
108 "components_unittests", 108 "components_unittests",
109 "content_browsertests", 109 {
110 "test": "content_browsertests",
111 "swarming": {
112 "can_use_on_swarming_builders": true,
113 "shards": 2
114 }
115 },
110 "content_unittests", 116 "content_unittests",
111 "crypto_unittests", 117 "crypto_unittests",
112 "dbus_unittests", 118 "dbus_unittests",
113 "device_unittests", 119 "device_unittests",
114 "display_unittests", 120 "display_unittests",
115 "events_unittests", 121 "events_unittests",
116 "extensions_unittests", 122 "extensions_unittests",
117 "gcm_unit_tests", 123 "gcm_unit_tests",
118 "google_apis_unittests", 124 "google_apis_unittests",
119 "gpu_unittests", 125 "gpu_unittests",
120 "interactive_ui_tests", 126 {
127 "test": "interactive_ui_tests",
128 "swarming": {
129 "can_use_on_swarming_builders": true,
130 "shards": 3
131 }
132 },
121 "ipc_tests", 133 "ipc_tests",
122 "jingle_unittests", 134 "jingle_unittests",
123 "media_unittests", 135 "media_unittests",
124 "message_center_unittests", 136 "message_center_unittests",
125 "nacl_loader_unittests", 137 "nacl_loader_unittests",
126 "net_unittests", 138 {
139 "test": "net_unittests",
140 "swarming": {
141 "can_use_on_swarming_builders": true
142 }
143 },
127 "ozone_unittests", 144 "ozone_unittests",
128 "ppapi_unittests", 145 "ppapi_unittests",
129 "printing_unittests", 146 "printing_unittests",
130 "remoting_unittests", 147 "remoting_unittests",
131 { 148 {
132 "test": "sandbox_linux_unittests", 149 "test": "sandbox_linux_unittests",
133 "args": ["--test-launcher-print-test-stdio=always"] 150 "args": ["--test-launcher-print-test-stdio=always"]
134 }, 151 },
135 "sql_unittests", 152 "sql_unittests",
136 "sync_unit_tests", 153 "sync_unit_tests",
137 "ui_base_unittests", 154 "ui_base_unittests",
138 "ui_chromeos_unittests", 155 "ui_chromeos_unittests",
139 "ui_touch_selection_unittests", 156 "ui_touch_selection_unittests",
140 "unit_tests", 157 {
158 "test": "unit_tests",
159 "swarming": {
160 "can_use_on_swarming_builders": true
161 }
162 },
141 "url_unittests", 163 "url_unittests",
142 "views_unittests", 164 "views_unittests",
143 "wm_unittests" 165 "wm_unittests"
144 ] 166 ]
145 }, 167 },
146 "Linux ChromiumOS Ozone Tests (2)": {
147 "gtest_tests": [
148 "browser_tests"
149 ]
150 },
151 "Linux ChromiumOS Tests (dbg)(1)": { 168 "Linux ChromiumOS Tests (dbg)(1)": {
152 "gtest_tests": [ 169 "gtest_tests": [
153 "accessibility_unittests", 170 "accessibility_unittests",
154 { 171 {
155 "test": "base_unittests", 172 "test": "base_unittests",
156 "swarming": { 173 "swarming": {
157 "can_use_on_swarming_builders": true 174 "can_use_on_swarming_builders": true
158 } 175 }
159 }, 176 },
160 "cacheinvalidation_unittests", 177 "cacheinvalidation_unittests",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 { 253 {
237 "test": "interactive_ui_tests", 254 "test": "interactive_ui_tests",
238 "swarming": { 255 "swarming": {
239 "can_use_on_swarming_builders": true, 256 "can_use_on_swarming_builders": true,
240 "shards": 3 257 "shards": 3
241 } 258 }
242 } 259 }
243 ] 260 ]
244 } 261 }
245 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698