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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 417843002: Update isolate file for sync_integration_tests and enable swarming for it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 }, 116 },
117 { 117 {
118 "test": "sbox_validation_tests", 118 "test": "sbox_validation_tests",
119 "platforms": ["win"] 119 "platforms": ["win"]
120 }, 120 },
121 { 121 {
122 "test": "sbox_unittests", 122 "test": "sbox_unittests",
123 "platforms": ["win"] 123 "platforms": ["win"]
124 }, 124 },
125 "sql_unittests", 125 "sql_unittests",
126 "sync_integration_tests", 126 {
127 "test": "sync_integration_tests",
128 "swarming": {
129 "can_use_on_swarming_builders": true,
130 "shards": 3
131 }
132 },
127 "sync_unit_tests", 133 "sync_unit_tests",
128 "ui_unittests", 134 "ui_unittests",
129 { 135 {
130 "test": "unit_tests", 136 "test": "unit_tests",
131 "swarming": { 137 "swarming": {
132 "can_use_on_swarming_builders": true, 138 "can_use_on_swarming_builders": true,
133 "shards": 2 139 "shards": 2
134 } 140 }
135 }, 141 },
136 "url_unittests", 142 "url_unittests",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "tools/perf/.*", 206 "tools/perf/.*",
201 "tools/telemetry/.*", 207 "tools/telemetry/.*",
202 "tools/whitespace.txt" 208 "tools/whitespace.txt"
203 ], 209 ],
204 210
205 "filter_builders": [ 211 "filter_builders": [
206 "linux_chromium_clang_dbg", 212 "linux_chromium_clang_dbg",
207 "mac_chromium_rel" 213 "mac_chromium_rel"
208 ] 214 ]
209 } 215 }
OLDNEW
« chrome/sync_integration_tests.isolate ('K') | « chrome/sync_integration_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698