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

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

Issue 2482243003: Add new Trusty builders to src/testing/buildbot/chromium.webkit.json. (Closed)
Patch Set: Created 4 years, 1 month 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 Precise": { 2 "WebKit Linux Precise": {
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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 { 144 {
145 "name": "webkit_lint", 145 "name": "webkit_lint",
146 "script": "webkit_lint.py" 146 "script": "webkit_lint.py"
147 }, 147 },
148 { 148 {
149 "name": "webkit_python_tests", 149 "name": "webkit_python_tests",
150 "script": "webkit_python_tests.py" 150 "script": "webkit_python_tests.py"
151 } 151 }
152 ] 152 ]
153 }, 153 },
154 "WebKit Linux Trusty (dbg)": {
155 "gtest_tests": [
156 {
157 "swarming": {
158 "can_use_on_swarming_builders": true
159 },
160 "test": "blink_heap_unittests"
161 },
162 {
163 "swarming": {
164 "can_use_on_swarming_builders": true
165 },
166 "test": "blink_platform_unittests"
167 },
168 {
169 "swarming": {
170 "can_use_on_swarming_builders": true
171 },
172 "test": "webkit_unit_tests"
173 },
174 {
175 "swarming": {
176 "can_use_on_swarming_builders": true
177 },
178 "test": "wtf_unittests"
179 }
180 ],
181 "scripts": [
182 {
183 "name": "webkit_lint",
184 "script": "webkit_lint.py"
185 },
186 {
187 "name": "webkit_python_tests",
188 "script": "webkit_python_tests.py"
189 }
190 ]
191 },
192 "WebKit Linux Trusty Leak": {
193 "gtest_tests": [
194 {
195 "swarming": {
196 "can_use_on_swarming_builders": true
197 },
198 "test": "blink_heap_unittests"
199 },
200 {
201 "swarming": {
202 "can_use_on_swarming_builders": true
203 },
204 "test": "blink_platform_unittests"
205 },
206 {
207 "swarming": {
208 "can_use_on_swarming_builders": true
209 },
210 "test": "webkit_unit_tests"
211 },
212 {
213 "swarming": {
214 "can_use_on_swarming_builders": true
215 },
216 "test": "wtf_unittests"
217 }
218 ],
219 "scripts": [
220 {
221 "name": "webkit_lint",
222 "script": "webkit_lint.py"
223 },
224 {
225 "name": "webkit_python_tests",
226 "script": "webkit_python_tests.py"
227 }
228 ]
229 },
154 "WebKit Mac10.10": { 230 "WebKit Mac10.10": {
155 "gtest_tests": [ 231 "gtest_tests": [
156 { 232 {
157 "test": "blink_heap_unittests" 233 "test": "blink_heap_unittests"
158 }, 234 },
159 { 235 {
160 "test": "blink_platform_unittests" 236 "test": "blink_platform_unittests"
161 }, 237 },
162 { 238 {
163 "test": "webkit_unit_tests" 239 "test": "webkit_unit_tests"
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "name": "webkit_lint", 533 "name": "webkit_lint",
458 "script": "webkit_lint.py" 534 "script": "webkit_lint.py"
459 }, 535 },
460 { 536 {
461 "name": "webkit_python_tests", 537 "name": "webkit_python_tests",
462 "script": "webkit_python_tests.py" 538 "script": "webkit_python_tests.py"
463 } 539 }
464 ] 540 ]
465 } 541 }
466 } 542 }
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