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

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

Issue 2940053002: chromium.webkit: Fix WebKit Linux Trusty (dbg) builder. (Closed)
Patch Set: Fixing shard number only. 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 {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s" 117 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
118 }, 118 },
119 "name": "webkit_layout_tests", 119 "name": "webkit_layout_tests",
120 "results_handler": "layout tests", 120 "results_handler": "layout tests",
121 "swarming": { 121 "swarming": {
122 "can_use_on_swarming_builders": true, 122 "can_use_on_swarming_builders": true,
123 "dimension_sets": [ 123 "dimension_sets": [
124 { 124 {
125 "os": "Ubuntu-14.04" 125 "os": "Ubuntu-14.04"
126 } 126 }
127 ] 127 ],
128 "shards": 6
128 } 129 }
129 } 130 }
130 ], 131 ],
131 "scripts": [ 132 "scripts": [
132 { 133 {
133 "name": "webkit_lint", 134 "name": "webkit_lint",
134 "script": "webkit_lint.py" 135 "script": "webkit_lint.py"
135 }, 136 },
136 { 137 {
137 "name": "webkit_python_tests", 138 "name": "webkit_python_tests",
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 "name": "webkit_lint", 673 "name": "webkit_lint",
673 "script": "webkit_lint.py" 674 "script": "webkit_lint.py"
674 }, 675 },
675 { 676 {
676 "name": "webkit_python_tests", 677 "name": "webkit_python_tests",
677 "script": "webkit_python_tests.py" 678 "script": "webkit_python_tests.py"
678 } 679 }
679 ] 680 ]
680 } 681 }
681 } 682 }
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