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

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

Issue 2595793002: Run the webkit layout tests under swarming on linux_chromium_rel_ng. (Closed)
Patch Set: remove the webkit_layout_tests target and bump up the number of shards Created 3 years, 12 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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 } 3366 }
3367 }, 3367 },
3368 { 3368 {
3369 "isolate_name": "devtools_eslint", 3369 "isolate_name": "devtools_eslint",
3370 "name": "devtools_eslint", 3370 "name": "devtools_eslint",
3371 "swarming": { 3371 "swarming": {
3372 "can_use_on_swarming_builders": true 3372 "can_use_on_swarming_builders": true
3373 } 3373 }
3374 }, 3374 },
3375 { 3375 {
3376 "isolate_name": "webkit_layout_tests_exparchive",
3377 "name": "webkit_layout_tests_exparchive",
3378 "swarming": {
3379 "can_use_on_swarming_builders": true,
3380 "shards": 16
3381 }
3382 },
3383 {
3384 "isolate_name": "some_webkit_layout_tests",
3385 "name": "some_webkit_layout_tests",
3386 "swarming": {
3387 "can_use_on_swarming_builders": true,
3388 "shards": 4
3389 }
3390 },
3391 {
3376 "isolate_name": "telemetry_gpu_unittests", 3392 "isolate_name": "telemetry_gpu_unittests",
3377 "name": "telemetry_gpu_unittests", 3393 "name": "telemetry_gpu_unittests",
3378 "override_compile_targets": [ 3394 "override_compile_targets": [
3379 "telemetry_gpu_unittests_run" 3395 "telemetry_gpu_unittests_run"
3380 ], 3396 ],
3381 "swarming": { 3397 "swarming": {
3382 "can_use_on_swarming_builders": true 3398 "can_use_on_swarming_builders": true
3383 } 3399 }
3384 }, 3400 },
3385 { 3401 {
(...skipping 27 matching lines...) Expand all
3413 "name": "checkdeps", 3429 "name": "checkdeps",
3414 "script": "checkdeps.py" 3430 "script": "checkdeps.py"
3415 }, 3431 },
3416 { 3432 {
3417 "name": "checkperms", 3433 "name": "checkperms",
3418 "script": "checkperms.py" 3434 "script": "checkperms.py"
3419 }, 3435 },
3420 { 3436 {
3421 "name": "nacl_integration", 3437 "name": "nacl_integration",
3422 "script": "nacl_integration.py" 3438 "script": "nacl_integration.py"
3439 },
3440 {
3441 "args": {
3442 "shards": 16
3443 },
3444 "name": "locally_swarmed_webkit_layout_tests",
3445 "script": "run_locally_swarmed_webkit_layout_tests.py"
3423 } 3446 }
3424 ] 3447 ]
3425 }, 3448 },
3426 "Linux Tests (dbg)(1)": { 3449 "Linux Tests (dbg)(1)": {
3427 "gtest_tests": [ 3450 "gtest_tests": [
3428 { 3451 {
3429 "swarming": { 3452 "swarming": {
3430 "can_use_on_swarming_builders": true 3453 "can_use_on_swarming_builders": true
3431 }, 3454 },
3432 "test": "accessibility_unittests" 3455 "test": "accessibility_unittests"
(...skipping 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
4332 "override_compile_targets": [ 4355 "override_compile_targets": [
4333 "telemetry_unittests_run" 4356 "telemetry_unittests_run"
4334 ], 4357 ],
4335 "swarming": { 4358 "swarming": {
4336 "can_use_on_swarming_builders": true 4359 "can_use_on_swarming_builders": true
4337 } 4360 }
4338 } 4361 }
4339 ] 4362 ]
4340 } 4363 }
4341 } 4364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698