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

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

Issue 2771153002: buildbot: Enable webkit_layout_tests on swarming. (Closed)
Patch Set: buildbot: Enable webkit_layout_tests on swarming. Created 3 years, 8 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 "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 3472 matching lines...) Expand 10 before | Expand all | Expand 10 after
3483 ], 3483 ],
3484 "isolate_name": "telemetry_unittests", 3484 "isolate_name": "telemetry_unittests",
3485 "name": "telemetry_unittests", 3485 "name": "telemetry_unittests",
3486 "override_compile_targets": [ 3486 "override_compile_targets": [
3487 "telemetry_unittests_run" 3487 "telemetry_unittests_run"
3488 ], 3488 ],
3489 "swarming": { 3489 "swarming": {
3490 "can_use_on_swarming_builders": true, 3490 "can_use_on_swarming_builders": true,
3491 "shards": 4 3491 "shards": 4
3492 } 3492 }
3493 },
3494 {
3495 "isolate_name": "webkit_layout_tests_exparchive",
3496 "merge": {
3497 "args": [
3498 "--verbose",
3499 "--results-json-override-with-build-property",
3500 "build_number",
3501 "buildnumber",
3502 "--results-json-override-with-build-property",
3503 "builder_name",
3504 "buildername",
3505 "--results-json-override-with-build-property",
3506 "chromium_revision",
3507 "got_revision_cp"
3508 ],
3509 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
3510 },
3511 "name": "webkit_layout_tests",
3512 "results_handler": "layout tests",
3513 "swarming": {
3514 "can_use_on_swarming_builders": true,
3515 "dimension_sets": [
3516 {
3517 "os": "Ubuntu-14.04"
3518 }
3519 ],
3520 "shards": 6
3521 }
3493 } 3522 }
3494 ], 3523 ],
3495 "scripts": [ 3524 "scripts": [
3496 { 3525 {
3497 "name": "checkdeps", 3526 "name": "checkdeps",
3498 "script": "checkdeps.py" 3527 "script": "checkdeps.py"
3499 }, 3528 },
3500 { 3529 {
3501 "name": "checkperms", 3530 "name": "checkperms",
3502 "script": "checkperms.py" 3531 "script": "checkperms.py"
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4516 "telemetry_unittests_run" 4545 "telemetry_unittests_run"
4517 ], 4546 ],
4518 "swarming": { 4547 "swarming": {
4519 "can_use_on_swarming_builders": true, 4548 "can_use_on_swarming_builders": true,
4520 "shards": 4 4549 "shards": 4
4521 } 4550 }
4522 } 4551 }
4523 ] 4552 ]
4524 } 4553 }
4525 } 4554 }
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