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

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

Issue 1210173002: Convert media_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_events_unittests
Patch Set: Created 5 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 | « testing/buildbot/chromium.memory.fyi.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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 }, 122 },
123 "test": "interactive_ui_tests" 123 "test": "interactive_ui_tests"
124 }, 124 },
125 { 125 {
126 "test": "ipc_tests" 126 "test": "ipc_tests"
127 }, 127 },
128 { 128 {
129 "test": "jingle_unittests" 129 "test": "jingle_unittests"
130 }, 130 },
131 { 131 {
132 "swarming": {
133 "can_use_on_swarming_builders": true
134 },
132 "test": "media_unittests" 135 "test": "media_unittests"
133 }, 136 },
134 { 137 {
135 "test": "message_center_unittests" 138 "test": "message_center_unittests"
136 }, 139 },
137 { 140 {
138 "test": "midi_unittests" 141 "test": "midi_unittests"
139 }, 142 },
140 { 143 {
141 "test": "nacl_helper_nonsfi_unittests" 144 "test": "nacl_helper_nonsfi_unittests"
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 }, 315 },
313 "test": "interactive_ui_tests" 316 "test": "interactive_ui_tests"
314 }, 317 },
315 { 318 {
316 "test": "ipc_tests" 319 "test": "ipc_tests"
317 }, 320 },
318 { 321 {
319 "test": "jingle_unittests" 322 "test": "jingle_unittests"
320 }, 323 },
321 { 324 {
325 "swarming": {
326 "can_use_on_swarming_builders": true
327 },
322 "test": "media_unittests" 328 "test": "media_unittests"
323 }, 329 },
324 { 330 {
325 "test": "message_center_unittests" 331 "test": "message_center_unittests"
326 }, 332 },
327 { 333 {
328 "test": "midi_unittests" 334 "test": "midi_unittests"
329 }, 335 },
330 { 336 {
331 "test": "nacl_helper_nonsfi_unittests" 337 "test": "nacl_helper_nonsfi_unittests"
(...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 "name": "webkit_lint", 1082 "name": "webkit_lint",
1077 "script": "webkit_lint.py" 1083 "script": "webkit_lint.py"
1078 }, 1084 },
1079 { 1085 {
1080 "name": "webkit_python_tests", 1086 "name": "webkit_python_tests",
1081 "script": "webkit_python_tests.py" 1087 "script": "webkit_python_tests.py"
1082 } 1088 }
1083 ] 1089 ]
1084 } 1090 }
1085 } 1091 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698