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

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

Issue 1033433003: Configure oilpan chromium.webkit builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 XP": { 2 "WebKit XP": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "blink_heap_unittests", 4 "blink_heap_unittests",
5 "blink_platform_unittests", 5 "blink_platform_unittests",
6 "webkit_unit_tests", 6 "webkit_unit_tests",
7 "wtf_unittests" 7 "wtf_unittests"
8 ], 8 ],
9 "scripts": [ 9 "scripts": [
10 { 10 {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 { 226 {
227 "name": "webkit_lint", 227 "name": "webkit_lint",
228 "script": "webkit_lint.py" 228 "script": "webkit_lint.py"
229 }, 229 },
230 { 230 {
231 "name": "webkit_python_tests", 231 "name": "webkit_python_tests",
232 "script": "webkit_python_tests.py" 232 "script": "webkit_python_tests.py"
233 } 233 }
234 ] 234 ]
235 }, 235 },
236 "WebKit Win Oilpan": {
237 "gtest_tests": [
238 "blink_heap_unittests",
239 "blink_platform_unittests",
240 "webkit_unit_tests",
241 "wtf_unittests"
242 ],
243 "scripts": [
244 {
245 "name": "webkit_lint",
246 "script": "webkit_lint.py"
247 },
248 {
249 "name": "webkit_python_tests",
250 "script": "webkit_python_tests.py"
251 }
252 ]
253 },
254 "WebKit Win Oilpan (dbg)": {
255 "gtest_tests": [
256 "blink_heap_unittests",
257 "blink_platform_unittests",
258 "webkit_unit_tests",
259 "wtf_unittests"
260 ],
261 "scripts": [
262 {
263 "name": "webkit_lint",
264 "script": "webkit_lint.py"
265 },
266 {
267 "name": "webkit_python_tests",
268 "script": "webkit_python_tests.py"
269 }
270 ]
271 },
272 "WebKit Mac Oilpan": {
273 "gtest_tests": [
274 "blink_heap_unittests",
275 "blink_platform_unittests",
276 "webkit_unit_tests",
277 "wtf_unittests"
278 ],
279 "scripts": [
280 {
281 "name": "webkit_lint",
282 "script": "webkit_lint.py"
283 },
284 {
285 "name": "webkit_python_tests",
286 "script": "webkit_python_tests.py"
287 }
288 ]
289 },
290 "WebKit Mac Oilpan (dbg)": {
291 "gtest_tests": [
292 "blink_heap_unittests",
293 "blink_platform_unittests",
294 "webkit_unit_tests",
295 "wtf_unittests"
296 ],
297 "scripts": [
298 {
299 "name": "webkit_lint",
300 "script": "webkit_lint.py"
301 },
302 {
303 "name": "webkit_python_tests",
304 "script": "webkit_python_tests.py"
305 }
306 ]
307 },
308 "WebKit Linux Oilpan": {
309 "gtest_tests": [
310 "blink_heap_unittests",
311 "blink_platform_unittests",
312 "webkit_unit_tests",
313 "wtf_unittests"
314 ],
315 "scripts": [
316 {
317 "name": "webkit_lint",
318 "script": "webkit_lint.py"
319 },
320 {
321 "name": "webkit_python_tests",
322 "script": "webkit_python_tests.py"
323 }
324 ]
325 },
326 "WebKit Linux Leak": {
327 "gtest_tests": [
328 "blink_heap_unittests",
329 "blink_platform_unittests",
330 "webkit_unit_tests",
331 "wtf_unittests"
332 ],
333 "scripts": [
334 {
335 "name": "webkit_lint",
336 "script": "webkit_lint.py"
337 },
338 {
339 "name": "webkit_python_tests",
340 "script": "webkit_python_tests.py"
341 }
342 ]
343 },
344 "WebKit Linux Oilpan Leak": {
345 "gtest_tests": [
346 "blink_heap_unittests",
347 "blink_platform_unittests",
348 "webkit_unit_tests",
349 "wtf_unittests"
350 ],
351 "scripts": [
352 {
353 "name": "webkit_lint",
354 "script": "webkit_lint.py"
355 },
356 {
357 "name": "webkit_python_tests",
358 "script": "webkit_python_tests.py"
359 }
360 ]
361 },
362 "WebKit Linux Oilpan (dbg)": {
363 "gtest_tests": [
364 "blink_heap_unittests",
365 "blink_platform_unittests",
366 "webkit_unit_tests",
367 "wtf_unittests"
368 ],
369 "scripts": [
370 {
371 "name": "webkit_lint",
372 "script": "webkit_lint.py"
373 },
374 {
375 "name": "webkit_python_tests",
376 "script": "webkit_python_tests.py"
377 }
378 ]
379 },
236 "Linux ChromiumOS Tests (1)": { 380 "Linux ChromiumOS Tests (1)": {
237 "gtest_tests": [ 381 "gtest_tests": [
238 "accessibility_unittests", 382 "accessibility_unittests",
239 { 383 {
240 "test": "base_unittests", 384 "test": "base_unittests",
241 "swarming": { 385 "swarming": {
242 "can_use_on_swarming_builders": true 386 "can_use_on_swarming_builders": true
243 } 387 }
244 }, 388 },
245 { 389 {
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 }, 583 },
440 "Linux ChromiumOS Tests (dbg)(2)": { 584 "Linux ChromiumOS Tests (dbg)(2)": {
441 "gtest_tests": [ 585 "gtest_tests": [
442 ] 586 ]
443 }, 587 },
444 "Linux ChromiumOS Tests (dbg)(3)": { 588 "Linux ChromiumOS Tests (dbg)(3)": {
445 "gtest_tests": [ 589 "gtest_tests": [
446 ] 590 ]
447 } 591 }
448 } 592 }
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