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

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

Issue 2680283003: Switch mash_browser_tests to Ozone X11 platform. (Closed)
Patch Set: Drop --use-test-config, it's added automatically. Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 "test": "aura_unittests" 58 "test": "aura_unittests"
59 }, 59 },
60 { 60 {
61 "swarming": { 61 "swarming": {
62 "can_use_on_swarming_builders": true 62 "can_use_on_swarming_builders": true
63 }, 63 },
64 "test": "base_unittests" 64 "test": "base_unittests"
65 }, 65 },
66 { 66 {
67 "args": [
68 "--ozone-platform=headless",
69 "--override-use-gl-with-osmesa-for-tests",
70 "--run-in-mash",
71 "--service-overrides=src/chrome/app/mash/mash_service_overrides.json",
72 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
73 "--use-test-config"
74 ],
75 "hard_timeout": 60,
76 "name": "mash_browser_tests",
77 "swarming": {
78 "can_use_on_swarming_builders": false
79 },
80 "test": "browser_tests"
81 },
82 {
83 "swarming": { 67 "swarming": {
84 "can_use_on_swarming_builders": true 68 "can_use_on_swarming_builders": true
85 }, 69 },
86 "test": "cacheinvalidation_unittests" 70 "test": "cacheinvalidation_unittests"
87 }, 71 },
88 { 72 {
89 "swarming": { 73 "swarming": {
90 "can_use_on_swarming_builders": true 74 "can_use_on_swarming_builders": true
91 }, 75 },
92 "test": "capture_unittests" 76 "test": "capture_unittests"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 }, 212 },
229 "test": "ipc_tests" 213 "test": "ipc_tests"
230 }, 214 },
231 { 215 {
232 "swarming": { 216 "swarming": {
233 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
234 }, 218 },
235 "test": "jingle_unittests" 219 "test": "jingle_unittests"
236 }, 220 },
237 { 221 {
222 "args": [
223 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
224 ],
225 "hard_timeout": 60,
226 "swarming": {
227 "can_use_on_swarming_builders": true
228 },
229 "test": "mash_browser_tests"
230 },
231 {
238 "swarming": { 232 "swarming": {
239 "can_use_on_swarming_builders": true 233 "can_use_on_swarming_builders": true
240 }, 234 },
241 "test": "mash_unittests" 235 "test": "mash_unittests"
242 }, 236 },
243 { 237 {
244 "swarming": { 238 "swarming": {
245 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
246 }, 240 },
247 "test": "media_blink_unittests" 241 "test": "media_blink_unittests"
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 }, 1136 },
1143 { 1137 {
1144 "swarming": { 1138 "swarming": {
1145 "can_use_on_swarming_builders": true 1139 "can_use_on_swarming_builders": true
1146 }, 1140 },
1147 "test": "wm_unittests" 1141 "test": "wm_unittests"
1148 } 1142 }
1149 ] 1143 ]
1150 } 1144 }
1151 } 1145 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698