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

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

Issue 2731973003: Add Mac10.12 continuous builder and try bot config (src repo). (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | testing/buildbot/manage.py » ('j') | 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 { 210 {
211 "name": "webkit_lint", 211 "name": "webkit_lint",
212 "script": "webkit_lint.py" 212 "script": "webkit_lint.py"
213 }, 213 },
214 { 214 {
215 "name": "webkit_python_tests", 215 "name": "webkit_python_tests",
216 "script": "webkit_python_tests.py" 216 "script": "webkit_python_tests.py"
217 } 217 }
218 ] 218 ]
219 }, 219 },
220 "WebKit Mac10.12": {
221 "gtest_tests": [
222 {
223 "swarming": {
224 "can_use_on_swarming_builders": true
225 },
226 "test": "blink_heap_unittests"
227 },
228 {
229 "swarming": {
230 "can_use_on_swarming_builders": true
231 },
232 "test": "blink_platform_unittests"
233 },
234 {
235 "swarming": {
236 "can_use_on_swarming_builders": true
237 },
238 "test": "webkit_unit_tests"
239 },
240 {
241 "swarming": {
242 "can_use_on_swarming_builders": true
243 },
244 "test": "wtf_unittests"
245 }
246 ],
247 "scripts": [
248 {
249 "name": "webkit_lint",
250 "script": "webkit_lint.py"
251 },
252 {
253 "name": "webkit_python_tests",
254 "script": "webkit_python_tests.py"
255 }
256 ]
257 },
220 "WebKit Mac10.9": { 258 "WebKit Mac10.9": {
221 "gtest_tests": [ 259 "gtest_tests": [
222 { 260 {
223 "swarming": { 261 "swarming": {
224 "can_use_on_swarming_builders": true 262 "can_use_on_swarming_builders": true
225 }, 263 },
226 "test": "blink_heap_unittests" 264 "test": "blink_heap_unittests"
227 }, 265 },
228 { 266 {
229 "swarming": { 267 "swarming": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 "name": "webkit_lint", 457 "name": "webkit_lint",
420 "script": "webkit_lint.py" 458 "script": "webkit_lint.py"
421 }, 459 },
422 { 460 {
423 "name": "webkit_python_tests", 461 "name": "webkit_python_tests",
424 "script": "webkit_python_tests.py" 462 "script": "webkit_python_tests.py"
425 } 463 }
426 ] 464 ]
427 } 465 }
428 } 466 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/manage.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698