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

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

Issue 1214063007: Revert of 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
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('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 "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 },
72 "test": "compositor_unittests" 69 "test": "compositor_unittests"
73 }, 70 },
74 { 71 {
75 "swarming": { 72 "swarming": {
76 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
77 }, 74 },
78 "test": "content_browsertests" 75 "test": "content_browsertests"
79 }, 76 },
80 { 77 {
81 "swarming": { 78 "swarming": {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 }, 313 },
317 "test": "chromeos_unittests" 314 "test": "chromeos_unittests"
318 }, 315 },
319 { 316 {
320 "swarming": { 317 "swarming": {
321 "can_use_on_swarming_builders": true 318 "can_use_on_swarming_builders": true
322 }, 319 },
323 "test": "components_unittests" 320 "test": "components_unittests"
324 }, 321 },
325 { 322 {
326 "swarming": {
327 "can_use_on_swarming_builders": true
328 },
329 "test": "compositor_unittests" 323 "test": "compositor_unittests"
330 }, 324 },
331 { 325 {
332 "swarming": { 326 "swarming": {
333 "can_use_on_swarming_builders": true, 327 "can_use_on_swarming_builders": true,
334 "shards": 2 328 "shards": 2
335 }, 329 },
336 "test": "content_browsertests" 330 "test": "content_browsertests"
337 }, 331 },
338 { 332 {
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 "name": "webkit_lint", 1202 "name": "webkit_lint",
1209 "script": "webkit_lint.py" 1203 "script": "webkit_lint.py"
1210 }, 1204 },
1211 { 1205 {
1212 "name": "webkit_python_tests", 1206 "name": "webkit_python_tests",
1213 "script": "webkit_python_tests.py" 1207 "script": "webkit_python_tests.py"
1214 } 1208 }
1215 ] 1209 ]
1216 } 1210 }
1217 } 1211 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698