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

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

Issue 2759913002: webkitpy: Small changes to merging script (Closed)
Patch Set: Rebase onto master. Created 3 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
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 3414 matching lines...) Expand 10 before | Expand all | Expand 10 after
3425 }, 3425 },
3426 { 3426 {
3427 "swarming": { 3427 "swarming": {
3428 "can_use_on_swarming_builders": true 3428 "can_use_on_swarming_builders": true
3429 }, 3429 },
3430 "test": "wm_unittests" 3430 "test": "wm_unittests"
3431 } 3431 }
3432 ], 3432 ],
3433 "isolated_scripts": [ 3433 "isolated_scripts": [
3434 { 3434 {
3435 "isolate_name": "webkit_layout_tests_exparchive",
3436 "merge": {
3437 "args": [
3438 "--verbose",
3439 "--results-json-override-with-build-property",
3440 "build_number",
3441 "buildnumber",
3442 "--results-json-override-with-build-property",
3443 "builder_name",
3444 "buildername",
3445 "--results-json-override-with-build-property",
3446 "chromium_revision",
3447 "got_revision"
3448 ],
3449 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
3450 },
3451 "name": "webkit_layout_tests_exparchive",
3452 "results_handler": "layout tests",
3453 "swarming": {
3454 "can_use_on_swarming_builders": true,
3455 "dimension_sets": [
3456 {
3457 "os": "Ubuntu-14.04"
3458 }
3459 ],
3460 "shards": 10
3461 }
3462 },
3463 {
3435 "isolate_name": "content_shell_crash_test", 3464 "isolate_name": "content_shell_crash_test",
3436 "name": "content_shell_crash_test", 3465 "name": "content_shell_crash_test",
3437 "swarming": { 3466 "swarming": {
3438 "can_use_on_swarming_builders": true 3467 "can_use_on_swarming_builders": true
3439 } 3468 }
3440 }, 3469 },
3441 { 3470 {
3442 "isolate_name": "devtools_closure_compile", 3471 "isolate_name": "devtools_closure_compile",
3443 "name": "devtools_closure_compile", 3472 "name": "devtools_closure_compile",
3444 "swarming": { 3473 "swarming": {
(...skipping 1071 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

Powered by Google App Engine
This is Rietveld 408576698