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

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

Issue 2683633003: Revert of Switch mash_browser_tests to Ozone X11 platform. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
67 "swarming": { 83 "swarming": {
68 "can_use_on_swarming_builders": true 84 "can_use_on_swarming_builders": true
69 }, 85 },
70 "test": "cacheinvalidation_unittests" 86 "test": "cacheinvalidation_unittests"
71 }, 87 },
72 { 88 {
73 "swarming": { 89 "swarming": {
74 "can_use_on_swarming_builders": true 90 "can_use_on_swarming_builders": true
75 }, 91 },
76 "test": "capture_unittests" 92 "test": "capture_unittests"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 }, 228 },
213 "test": "ipc_tests" 229 "test": "ipc_tests"
214 }, 230 },
215 { 231 {
216 "swarming": { 232 "swarming": {
217 "can_use_on_swarming_builders": true 233 "can_use_on_swarming_builders": true
218 }, 234 },
219 "test": "jingle_unittests" 235 "test": "jingle_unittests"
220 }, 236 },
221 { 237 {
222 "args": [
223 "--test-launcher-filter-file=../../testing/buildbot/filters/mash.brows er_tests.filter"
224 ],
225 "hard_timeout": 60,
226 "swarming": { 238 "swarming": {
227 "can_use_on_swarming_builders": true
228 },
229 "test": "mash_browser_tests"
230 },
231 {
232 "swarming": {
233 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
234 }, 240 },
235 "test": "mash_unittests" 241 "test": "mash_unittests"
236 }, 242 },
237 { 243 {
238 "swarming": { 244 "swarming": {
239 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
240 }, 246 },
241 "test": "media_blink_unittests" 247 "test": "media_blink_unittests"
242 }, 248 },
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 }, 1142 },
1137 { 1143 {
1138 "swarming": { 1144 "swarming": {
1139 "can_use_on_swarming_builders": true 1145 "can_use_on_swarming_builders": true
1140 }, 1146 },
1141 "test": "wm_unittests" 1147 "test": "wm_unittests"
1142 } 1148 }
1143 ] 1149 ]
1144 } 1150 }
1145 } 1151 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698