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

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

Issue 2939913002: chromium.webkit: Fix WebKit Linux Trusty MSAN builder. (Closed)
Patch Set: Now editing the right bot config. 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 "expiration": 36000,
129 "hard_timeout": 10800,
130 "io_timeout": 3600,
131 "shards": 6
132 } 128 }
133 } 129 }
134 ], 130 ],
135 "scripts": [ 131 "scripts": [
136 { 132 {
137 "name": "webkit_lint", 133 "name": "webkit_lint",
138 "script": "webkit_lint.py" 134 "script": "webkit_lint.py"
139 }, 135 },
140 { 136 {
141 "name": "webkit_python_tests", 137 "name": "webkit_python_tests",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 }, 325 },
330 "name": "webkit_layout_tests", 326 "name": "webkit_layout_tests",
331 "results_handler": "layout tests", 327 "results_handler": "layout tests",
332 "swarming": { 328 "swarming": {
333 "can_use_on_swarming_builders": true, 329 "can_use_on_swarming_builders": true,
334 "dimension_sets": [ 330 "dimension_sets": [
335 { 331 {
336 "os": "Ubuntu-14.04" 332 "os": "Ubuntu-14.04"
337 } 333 }
338 ], 334 ],
335 "expiration": 36000,
336 "hard_timeout": 10800,
337 "io_timeout": 3600,
339 "shards": 6 338 "shards": 6
340 } 339 }
341 } 340 }
342 ] 341 ]
343 }, 342 },
344 "WebKit Mac10.10": { 343 "WebKit Mac10.10": {
345 "gtest_tests": [ 344 "gtest_tests": [
346 { 345 {
347 "test": "blink_heap_unittests" 346 "test": "blink_heap_unittests"
348 }, 347 },
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 "name": "webkit_lint", 672 "name": "webkit_lint",
674 "script": "webkit_lint.py" 673 "script": "webkit_lint.py"
675 }, 674 },
676 { 675 {
677 "name": "webkit_python_tests", 676 "name": "webkit_python_tests",
678 "script": "webkit_python_tests.py" 677 "script": "webkit_python_tests.py"
679 } 678 }
680 ] 679 ]
681 } 680 }
682 } 681 }
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