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

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

Issue 1211053005: Convert compositor_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
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 { 59 {
60 "test": "chromevox_tests" 60 "test": "chromevox_tests"
61 }, 61 },
62 { 62 {
63 "swarming": { 63 "swarming": {
64 "can_use_on_swarming_builders": true 64 "can_use_on_swarming_builders": true
65 }, 65 },
66 "test": "components_unittests" 66 "test": "components_unittests"
67 }, 67 },
68 { 68 {
69 "swarming": {
70 "can_use_on_swarming_builders": true
71 },
69 "test": "compositor_unittests" 72 "test": "compositor_unittests"
70 }, 73 },
71 { 74 {
72 "swarming": { 75 "swarming": {
73 "can_use_on_swarming_builders": true 76 "can_use_on_swarming_builders": true
74 }, 77 },
75 "test": "content_browsertests" 78 "test": "content_browsertests"
76 }, 79 },
77 { 80 {
78 "swarming": { 81 "swarming": {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 }, 316 },
314 "test": "chromeos_unittests" 317 "test": "chromeos_unittests"
315 }, 318 },
316 { 319 {
317 "swarming": { 320 "swarming": {
318 "can_use_on_swarming_builders": true 321 "can_use_on_swarming_builders": true
319 }, 322 },
320 "test": "components_unittests" 323 "test": "components_unittests"
321 }, 324 },
322 { 325 {
326 "swarming": {
327 "can_use_on_swarming_builders": true
328 },
323 "test": "compositor_unittests" 329 "test": "compositor_unittests"
324 }, 330 },
325 { 331 {
326 "swarming": { 332 "swarming": {
327 "can_use_on_swarming_builders": true, 333 "can_use_on_swarming_builders": true,
328 "shards": 2 334 "shards": 2
329 }, 335 },
330 "test": "content_browsertests" 336 "test": "content_browsertests"
331 }, 337 },
332 { 338 {
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 "name": "webkit_lint", 1208 "name": "webkit_lint",
1203 "script": "webkit_lint.py" 1209 "script": "webkit_lint.py"
1204 }, 1210 },
1205 { 1211 {
1206 "name": "webkit_python_tests", 1212 "name": "webkit_python_tests",
1207 "script": "webkit_python_tests.py" 1213 "script": "webkit_python_tests.py"
1208 } 1214 }
1209 ] 1215 ]
1210 } 1216 }
1211 } 1217 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698