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

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

Issue 2924713004: chromium.webkit: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: Fixing expectation paths for reland. Created 3 years, 6 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 | « no previous file | 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 "WebKit Linux Trusty": { 2 "WebKit Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "blink_platform_unittests" 14 "test": "blink_platform_unittests"
15 }, 15 },
16 { 16 {
17 "swarming": { 17 "swarming": {
18 "can_use_on_swarming_builders": true 18 "can_use_on_swarming_builders": true
19 }, 19 },
20 "test": "webkit_unit_tests" 20 "test": "webkit_unit_tests"
21 }, 21 },
22 { 22 {
23 "swarming": { 23 "swarming": {
24 "can_use_on_swarming_builders": true 24 "can_use_on_swarming_builders": true
25 }, 25 },
26 "test": "wtf_unittests" 26 "test": "wtf_unittests"
27 } 27 }
28 ], 28 ],
29 "isolated_scripts": [
30 {
31 "isolate_name": "webkit_layout_tests_exparchive",
32 "merge": {
33 "args": [
34 "--verbose",
35 "--results-json-override-with-build-property",
36 "build_number",
37 "buildnumber",
38 "--results-json-override-with-build-property",
39 "builder_name",
40 "buildername",
41 "--results-json-override-with-build-property",
42 "chromium_revision",
43 "got_revision_cp"
44 ],
45 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
46 },
47 "name": "webkit_layout_tests",
48 "results_handler": "layout tests",
49 "swarming": {
50 "can_use_on_swarming_builders": true,
51 "dimension_sets": [
52 {
53 "os": "Ubuntu-14.04"
54 }
55 ],
56 "shards": 6
57 }
58 }
59 ],
29 "scripts": [ 60 "scripts": [
30 { 61 {
31 "name": "webkit_lint", 62 "name": "webkit_lint",
32 "script": "webkit_lint.py" 63 "script": "webkit_lint.py"
33 }, 64 },
34 { 65 {
35 "name": "webkit_python_tests", 66 "name": "webkit_python_tests",
36 "script": "webkit_python_tests.py" 67 "script": "webkit_python_tests.py"
37 } 68 }
38 ] 69 ]
(...skipping 18 matching lines...) Expand all
57 }, 88 },
58 "test": "webkit_unit_tests" 89 "test": "webkit_unit_tests"
59 }, 90 },
60 { 91 {
61 "swarming": { 92 "swarming": {
62 "can_use_on_swarming_builders": true 93 "can_use_on_swarming_builders": true
63 }, 94 },
64 "test": "wtf_unittests" 95 "test": "wtf_unittests"
65 } 96 }
66 ], 97 ],
98 "isolated_scripts": [
99 {
100 "isolate_name": "webkit_layout_tests_exparchive",
101 "merge": {
102 "args": [
103 "--verbose",
104 "--results-json-override-with-build-property",
105 "build_number",
106 "buildnumber",
107 "--results-json-override-with-build-property",
108 "builder_name",
109 "buildername",
110 "--results-json-override-with-build-property",
111 "chromium_revision",
112 "got_revision_cp"
113 ],
114 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
115 },
116 "name": "webkit_layout_tests",
117 "results_handler": "layout tests",
118 "swarming": {
119 "can_use_on_swarming_builders": true,
120 "dimension_sets": [
121 {
122 "os": "Ubuntu-14.04"
123 }
124 ],
125 "shards": 6
126 }
127 }
128 ],
67 "scripts": [ 129 "scripts": [
68 { 130 {
69 "name": "webkit_lint", 131 "name": "webkit_lint",
70 "script": "webkit_lint.py" 132 "script": "webkit_lint.py"
71 }, 133 },
72 { 134 {
73 "name": "webkit_python_tests", 135 "name": "webkit_python_tests",
74 "script": "webkit_python_tests.py" 136 "script": "webkit_python_tests.py"
75 } 137 }
76 ] 138 ]
(...skipping 17 matching lines...) Expand all
94 "can_use_on_swarming_builders": true 156 "can_use_on_swarming_builders": true
95 }, 157 },
96 "test": "webkit_unit_tests" 158 "test": "webkit_unit_tests"
97 }, 159 },
98 { 160 {
99 "swarming": { 161 "swarming": {
100 "can_use_on_swarming_builders": true 162 "can_use_on_swarming_builders": true
101 }, 163 },
102 "test": "wtf_unittests" 164 "test": "wtf_unittests"
103 } 165 }
166 ],
167 "isolated_scripts": [
168 {
169 "args": [
170 "--additional-expectations",
171 "../../third_party/WebKit/LayoutTests/ASANExpectations",
172 "--time-out-ms",
173 "48000",
174 "--enable-sanitizer"
175 ],
176 "isolate_name": "webkit_layout_tests_exparchive",
177 "merge": {
178 "args": [
179 "--verbose",
180 "--results-json-override-with-build-property",
181 "build_number",
182 "buildnumber",
183 "--results-json-override-with-build-property",
184 "builder_name",
185 "buildername",
186 "--results-json-override-with-build-property",
187 "chromium_revision",
188 "got_revision_cp"
189 ],
190 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
191 },
192 "name": "webkit_layout_tests",
193 "results_handler": "layout tests",
194 "swarming": {
195 "can_use_on_swarming_builders": true,
196 "dimension_sets": [
197 {
198 "os": "Ubuntu-14.04"
199 }
200 ],
201 "shards": 6
202 }
203 }
104 ] 204 ]
105 }, 205 },
106 "WebKit Linux Trusty Leak": { 206 "WebKit Linux Trusty Leak": {
107 "gtest_tests": [ 207 "gtest_tests": [
108 { 208 {
109 "swarming": { 209 "swarming": {
110 "can_use_on_swarming_builders": true 210 "can_use_on_swarming_builders": true
111 }, 211 },
112 "test": "blink_heap_unittests" 212 "test": "blink_heap_unittests"
113 }, 213 },
114 { 214 {
115 "swarming": { 215 "swarming": {
116 "can_use_on_swarming_builders": true 216 "can_use_on_swarming_builders": true
117 }, 217 },
118 "test": "blink_platform_unittests" 218 "test": "blink_platform_unittests"
119 }, 219 },
120 { 220 {
121 "swarming": { 221 "swarming": {
122 "can_use_on_swarming_builders": true 222 "can_use_on_swarming_builders": true
123 }, 223 },
124 "test": "webkit_unit_tests" 224 "test": "webkit_unit_tests"
125 }, 225 },
126 { 226 {
127 "swarming": { 227 "swarming": {
128 "can_use_on_swarming_builders": true 228 "can_use_on_swarming_builders": true
129 }, 229 },
130 "test": "wtf_unittests" 230 "test": "wtf_unittests"
131 } 231 }
132 ], 232 ],
133 "scripts": [] 233 "isolated_scripts": [
234 {
235 "args": [
236 "--additional-expectations",
237 "../../third_party/WebKit/LayoutTests/LeakExpectations",
238 "--time-out-ms",
239 "48000",
240 "--enable-leak-detection"
241 ],
242 "isolate_name": "webkit_layout_tests_exparchive",
243 "merge": {
244 "args": [
245 "--verbose",
246 "--results-json-override-with-build-property",
247 "build_number",
248 "buildnumber",
249 "--results-json-override-with-build-property",
250 "builder_name",
251 "buildername",
252 "--results-json-override-with-build-property",
253 "chromium_revision",
254 "got_revision_cp"
255 ],
256 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
257 },
258 "name": "webkit_layout_tests",
259 "results_handler": "layout tests",
260 "swarming": {
261 "can_use_on_swarming_builders": true,
262 "dimension_sets": [
263 {
264 "os": "Ubuntu-14.04"
265 }
266 ],
267 "shards": 6
268 }
269 }
270 ]
134 }, 271 },
135 "WebKit Linux Trusty MSAN": { 272 "WebKit Linux Trusty MSAN": {
136 "gtest_tests": [ 273 "gtest_tests": [
137 { 274 {
138 "swarming": { 275 "swarming": {
139 "can_use_on_swarming_builders": true 276 "can_use_on_swarming_builders": true
140 }, 277 },
141 "test": "blink_heap_unittests" 278 "test": "blink_heap_unittests"
142 }, 279 },
143 { 280 {
144 "swarming": { 281 "swarming": {
145 "can_use_on_swarming_builders": true 282 "can_use_on_swarming_builders": true
146 }, 283 },
147 "test": "blink_platform_unittests" 284 "test": "blink_platform_unittests"
148 }, 285 },
149 { 286 {
150 "swarming": { 287 "swarming": {
151 "can_use_on_swarming_builders": true 288 "can_use_on_swarming_builders": true
152 }, 289 },
153 "test": "webkit_unit_tests" 290 "test": "webkit_unit_tests"
154 }, 291 },
155 { 292 {
156 "swarming": { 293 "swarming": {
157 "can_use_on_swarming_builders": true 294 "can_use_on_swarming_builders": true
158 }, 295 },
159 "test": "wtf_unittests" 296 "test": "wtf_unittests"
160 } 297 }
298 ],
299 "isolated_scripts": [
300 {
301 "args": [
302 "--additional-expectations",
303 "../../third_party/WebKit/LayoutTests/MSANExpectations",
304 "--time-out-ms",
305 "66000",
306 "--enable-sanitizer"
307 ],
308 "isolate_name": "webkit_layout_tests_exparchive",
309 "merge": {
310 "args": [
311 "--verbose",
312 "--results-json-override-with-build-property",
313 "build_number",
314 "buildnumber",
315 "--results-json-override-with-build-property",
316 "builder_name",
317 "buildername",
318 "--results-json-override-with-build-property",
319 "chromium_revision",
320 "got_revision_cp"
321 ],
322 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
323 },
324 "name": "webkit_layout_tests",
325 "results_handler": "layout tests",
326 "swarming": {
327 "can_use_on_swarming_builders": true,
328 "dimension_sets": [
329 {
330 "os": "Ubuntu-14.04"
331 }
332 ],
333 "shards": 6
334 }
335 }
161 ] 336 ]
162 }, 337 },
163 "WebKit Mac10.10": { 338 "WebKit Mac10.10": {
164 "gtest_tests": [ 339 "gtest_tests": [
165 { 340 {
166 "test": "blink_heap_unittests" 341 "test": "blink_heap_unittests"
167 }, 342 },
168 { 343 {
169 "test": "blink_platform_unittests" 344 "test": "blink_platform_unittests"
170 }, 345 },
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "name": "webkit_lint", 667 "name": "webkit_lint",
493 "script": "webkit_lint.py" 668 "script": "webkit_lint.py"
494 }, 669 },
495 { 670 {
496 "name": "webkit_python_tests", 671 "name": "webkit_python_tests",
497 "script": "webkit_python_tests.py" 672 "script": "webkit_python_tests.py"
498 } 673 }
499 ] 674 ]
500 } 675 }
501 } 676 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698