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

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

Issue 1212893002: Convert midi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
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') | 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 }, 128 },
129 "test": "media_unittests" 129 "test": "media_unittests"
130 }, 130 },
131 { 131 {
132 "swarming": { 132 "swarming": {
133 "can_use_on_swarming_builders": true 133 "can_use_on_swarming_builders": true
134 }, 134 },
135 "test": "message_center_unittests" 135 "test": "message_center_unittests"
136 }, 136 },
137 { 137 {
138 "swarming": {
139 "can_use_on_swarming_builders": true
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"
142 }, 145 },
143 { 146 {
144 "test": "nacl_loader_unittests" 147 "test": "nacl_loader_unittests"
145 }, 148 },
146 { 149 {
147 "swarming": { 150 "swarming": {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 }, 327 },
325 "test": "media_unittests" 328 "test": "media_unittests"
326 }, 329 },
327 { 330 {
328 "swarming": { 331 "swarming": {
329 "can_use_on_swarming_builders": true 332 "can_use_on_swarming_builders": true
330 }, 333 },
331 "test": "message_center_unittests" 334 "test": "message_center_unittests"
332 }, 335 },
333 { 336 {
337 "swarming": {
338 "can_use_on_swarming_builders": true
339 },
334 "test": "midi_unittests" 340 "test": "midi_unittests"
335 }, 341 },
336 { 342 {
337 "test": "nacl_helper_nonsfi_unittests" 343 "test": "nacl_helper_nonsfi_unittests"
338 }, 344 },
339 { 345 {
340 "test": "nacl_loader_unittests" 346 "test": "nacl_loader_unittests"
341 }, 347 },
342 { 348 {
343 "swarming": { 349 "swarming": {
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 "name": "webkit_lint", 1088 "name": "webkit_lint",
1083 "script": "webkit_lint.py" 1089 "script": "webkit_lint.py"
1084 }, 1090 },
1085 { 1091 {
1086 "name": "webkit_python_tests", 1092 "name": "webkit_python_tests",
1087 "script": "webkit_python_tests.py" 1093 "script": "webkit_python_tests.py"
1088 } 1094 }
1089 ] 1095 ]
1090 } 1096 }
1091 } 1097 }
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