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

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

Issue 2869053003: [android] Remove newly vestigial uses of override_{compile,isolate}_target{,s} (Closed)
Patch Set: rebase on webview rename and boringssl Created 3 years, 7 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 | « testing/buildbot/chromium.linux.json ('k') | no next file » | 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 "Android N5 Swarm": { 2 "Android N5 Swarm": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "override_isolate_target": "base_unittests",
6 "swarming": { 5 "swarming": {
7 "can_use_on_swarming_builders": true, 6 "can_use_on_swarming_builders": true,
8 "dimension_sets": [ 7 "dimension_sets": [
9 { 8 {
10 "device_os": "KTU84P", 9 "device_os": "KTU84P",
11 "device_type": "hammerhead" 10 "device_type": "hammerhead"
12 } 11 }
13 ] 12 ]
14 }, 13 },
15 "test": "base_unittests" 14 "test": "base_unittests"
16 }, 15 },
17 { 16 {
18 "override_compile_targets": [
19 "chrome_public_test_apk"
20 ],
21 "override_isolate_target": "chrome_public_test_apk",
22 "swarming": { 17 "swarming": {
23 "can_use_on_swarming_builders": true, 18 "can_use_on_swarming_builders": true,
24 "dimension_sets": [ 19 "dimension_sets": [
25 { 20 {
26 "device_os": "KTU84P", 21 "device_os": "KTU84P",
27 "device_type": "hammerhead" 22 "device_type": "hammerhead"
28 } 23 }
29 ], 24 ],
30 "shards": 14 25 "shards": 14
31 }, 26 },
32 "test": "chrome_public_test_apk" 27 "test": "chrome_public_test_apk"
33 }, 28 },
34 { 29 {
35 "override_isolate_target": "content_browsertests",
36 "swarming": { 30 "swarming": {
37 "can_use_on_swarming_builders": true, 31 "can_use_on_swarming_builders": true,
38 "dimension_sets": [ 32 "dimension_sets": [
39 { 33 {
40 "device_os": "KTU84P", 34 "device_os": "KTU84P",
41 "device_type": "hammerhead" 35 "device_type": "hammerhead"
42 } 36 }
43 ], 37 ],
44 "shards": 10 38 "shards": 10
45 }, 39 },
46 "test": "content_browsertests" 40 "test": "content_browsertests"
47 }, 41 },
48 { 42 {
49 "override_isolate_target": "content_unittests",
50 "swarming": { 43 "swarming": {
51 "can_use_on_swarming_builders": true, 44 "can_use_on_swarming_builders": true,
52 "dimension_sets": [ 45 "dimension_sets": [
53 { 46 {
54 "device_os": "KTU84P", 47 "device_os": "KTU84P",
55 "device_type": "hammerhead" 48 "device_type": "hammerhead"
56 } 49 }
57 ], 50 ],
58 "shards": 3 51 "shards": 3
59 }, 52 },
60 "test": "content_unittests" 53 "test": "content_unittests"
61 }, 54 },
62 { 55 {
63 "override_isolate_target": "net_unittests",
64 "swarming": { 56 "swarming": {
65 "can_use_on_swarming_builders": true, 57 "can_use_on_swarming_builders": true,
66 "dimension_sets": [ 58 "dimension_sets": [
67 { 59 {
68 "device_os": "KTU84P", 60 "device_os": "KTU84P",
69 "device_type": "hammerhead" 61 "device_type": "hammerhead"
70 } 62 }
71 ], 63 ],
72 "shards": 4 64 "shards": 4
73 }, 65 },
74 "test": "net_unittests" 66 "test": "net_unittests"
75 }, 67 },
76 { 68 {
77 "override_isolate_target": "unit_tests",
78 "swarming": { 69 "swarming": {
79 "can_use_on_swarming_builders": true, 70 "can_use_on_swarming_builders": true,
80 "dimension_sets": [ 71 "dimension_sets": [
81 { 72 {
82 "device_os": "KTU84P", 73 "device_os": "KTU84P",
83 "device_type": "hammerhead" 74 "device_type": "hammerhead"
84 } 75 }
85 ], 76 ],
86 "shards": 5 77 "shards": 5
87 }, 78 },
88 "test": "unit_tests" 79 "test": "unit_tests"
89 }, 80 },
90 { 81 {
91 "override_compile_targets": [
92 "webview_instrumentation_test_apk"
93 ],
94 "override_isolate_target": "webview_instrumentation_test_apk",
95 "swarming": { 82 "swarming": {
96 "can_use_on_swarming_builders": true, 83 "can_use_on_swarming_builders": true,
97 "dimension_sets": [ 84 "dimension_sets": [
98 { 85 {
99 "device_os": "KTU84P", 86 "device_os": "KTU84P",
100 "device_type": "hammerhead" 87 "device_type": "hammerhead"
101 } 88 }
102 ], 89 ],
103 "shards": 7 90 "shards": 7
104 }, 91 },
105 "test": "webview_instrumentation_test_apk" 92 "test": "webview_instrumentation_test_apk"
106 } 93 }
107 ] 94 ]
108 }, 95 },
109 "Android N5X Swarm": { 96 "Android N5X Swarm": {
110 "gtest_tests": [ 97 "gtest_tests": [
111 { 98 {
112 "override_isolate_target": "base_unittests",
113 "swarming": { 99 "swarming": {
114 "can_use_on_swarming_builders": true, 100 "can_use_on_swarming_builders": true,
115 "dimension_sets": [ 101 "dimension_sets": [
116 { 102 {
117 "device_os": "MMB29Q", 103 "device_os": "MMB29Q",
118 "device_type": "bullhead" 104 "device_type": "bullhead"
119 } 105 }
120 ] 106 ]
121 }, 107 },
122 "test": "base_unittests" 108 "test": "base_unittests"
123 }, 109 },
124 { 110 {
125 "override_compile_targets": [
126 "chrome_public_test_apk"
127 ],
128 "override_isolate_target": "chrome_public_test_apk",
129 "swarming": { 111 "swarming": {
130 "can_use_on_swarming_builders": true, 112 "can_use_on_swarming_builders": true,
131 "dimension_sets": [ 113 "dimension_sets": [
132 { 114 {
133 "device_os": "MMB29Q", 115 "device_os": "MMB29Q",
134 "device_type": "bullhead" 116 "device_type": "bullhead"
135 } 117 }
136 ], 118 ],
137 "shards": 15 119 "shards": 15
138 }, 120 },
139 "test": "chrome_public_test_apk" 121 "test": "chrome_public_test_apk"
140 }, 122 },
141 { 123 {
142 "override_isolate_target": "content_browsertests",
143 "swarming": { 124 "swarming": {
144 "can_use_on_swarming_builders": true, 125 "can_use_on_swarming_builders": true,
145 "dimension_sets": [ 126 "dimension_sets": [
146 { 127 {
147 "device_os": "MMB29Q", 128 "device_os": "MMB29Q",
148 "device_type": "bullhead" 129 "device_type": "bullhead"
149 } 130 }
150 ], 131 ],
151 "shards": 10 132 "shards": 10
152 }, 133 },
153 "test": "content_browsertests" 134 "test": "content_browsertests"
154 }, 135 },
155 { 136 {
156 "override_isolate_target": "content_unittests",
157 "swarming": { 137 "swarming": {
158 "can_use_on_swarming_builders": true, 138 "can_use_on_swarming_builders": true,
159 "dimension_sets": [ 139 "dimension_sets": [
160 { 140 {
161 "device_os": "MMB29Q", 141 "device_os": "MMB29Q",
162 "device_type": "bullhead" 142 "device_type": "bullhead"
163 } 143 }
164 ], 144 ],
165 "shards": 4 145 "shards": 4
166 }, 146 },
167 "test": "content_unittests" 147 "test": "content_unittests"
168 }, 148 },
169 { 149 {
170 "override_isolate_target": "net_unittests",
171 "swarming": { 150 "swarming": {
172 "can_use_on_swarming_builders": true, 151 "can_use_on_swarming_builders": true,
173 "dimension_sets": [ 152 "dimension_sets": [
174 { 153 {
175 "device_os": "MMB29Q", 154 "device_os": "MMB29Q",
176 "device_type": "bullhead" 155 "device_type": "bullhead"
177 } 156 }
178 ], 157 ],
179 "shards": 4 158 "shards": 4
180 }, 159 },
181 "test": "net_unittests" 160 "test": "net_unittests"
182 }, 161 },
183 { 162 {
184 "override_isolate_target": "unit_tests",
185 "swarming": { 163 "swarming": {
186 "can_use_on_swarming_builders": true, 164 "can_use_on_swarming_builders": true,
187 "dimension_sets": [ 165 "dimension_sets": [
188 { 166 {
189 "device_os": "MMB29Q", 167 "device_os": "MMB29Q",
190 "device_type": "bullhead" 168 "device_type": "bullhead"
191 } 169 }
192 ], 170 ],
193 "shards": 8 171 "shards": 8
194 }, 172 },
195 "test": "unit_tests" 173 "test": "unit_tests"
196 }, 174 },
197 { 175 {
198 "override_compile_targets": [
199 "webview_instrumentation_test_apk"
200 ],
201 "override_isolate_target": "webview_instrumentation_test_apk",
202 "swarming": { 176 "swarming": {
203 "can_use_on_swarming_builders": true, 177 "can_use_on_swarming_builders": true,
204 "dimension_sets": [ 178 "dimension_sets": [
205 { 179 {
206 "device_os": "MMB29Q", 180 "device_os": "MMB29Q",
207 "device_type": "bullhead" 181 "device_type": "bullhead"
208 } 182 }
209 ], 183 ],
210 "shards": 7 184 "shards": 7
211 }, 185 },
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 }, 322 },
349 { 323 {
350 "swarming": { 324 "swarming": {
351 "can_use_on_swarming_builders": true 325 "can_use_on_swarming_builders": true
352 }, 326 },
353 "test": "unit_tests" 327 "test": "unit_tests"
354 } 328 }
355 ] 329 ]
356 } 330 }
357 } 331 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698