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

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

Issue 1219123002: Convert chromeos_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | 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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
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": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 27 matching lines...) Expand all
38 "swarming": { 38 "swarming": {
39 "can_use_on_swarming_builders": true, 39 "can_use_on_swarming_builders": true,
40 "shards": 5 40 "shards": 5
41 }, 41 },
42 "test": "browser_tests" 42 "test": "browser_tests"
43 }, 43 },
44 { 44 {
45 "test": "cacheinvalidation_unittests" 45 "test": "cacheinvalidation_unittests"
46 }, 46 },
47 { 47 {
48 "swarming": {
49 "can_use_on_swarming_builders": true
50 },
48 "test": "chromeos_unittests" 51 "test": "chromeos_unittests"
49 }, 52 },
50 { 53 {
51 "test": "chromevox_tests" 54 "test": "chromevox_tests"
52 }, 55 },
53 { 56 {
54 "swarming": { 57 "swarming": {
55 "can_use_on_swarming_builders": true 58 "can_use_on_swarming_builders": true
56 }, 59 },
57 "test": "components_unittests" 60 "test": "components_unittests"
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "swarming": { 271 "swarming": {
269 "can_use_on_swarming_builders": true, 272 "can_use_on_swarming_builders": true,
270 "shards": 20 273 "shards": 20
271 }, 274 },
272 "test": "browser_tests" 275 "test": "browser_tests"
273 }, 276 },
274 { 277 {
275 "test": "cacheinvalidation_unittests" 278 "test": "cacheinvalidation_unittests"
276 }, 279 },
277 { 280 {
281 "swarming": {
282 "can_use_on_swarming_builders": true
283 },
278 "test": "chromeos_unittests" 284 "test": "chromeos_unittests"
279 }, 285 },
280 { 286 {
281 "swarming": { 287 "swarming": {
282 "can_use_on_swarming_builders": true 288 "can_use_on_swarming_builders": true
283 }, 289 },
284 "test": "components_unittests" 290 "test": "components_unittests"
285 }, 291 },
286 { 292 {
287 "test": "compositor_unittests" 293 "test": "compositor_unittests"
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 "name": "webkit_lint", 1154 "name": "webkit_lint",
1149 "script": "webkit_lint.py" 1155 "script": "webkit_lint.py"
1150 }, 1156 },
1151 { 1157 {
1152 "name": "webkit_python_tests", 1158 "name": "webkit_python_tests",
1153 "script": "webkit_python_tests.py" 1159 "script": "webkit_python_tests.py"
1154 } 1160 }
1155 ] 1161 ]
1156 } 1162 }
1157 } 1163 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698