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

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

Issue 1208103004: Convert midi_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_message_center_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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 }, 134 },
135 "test": "media_unittests" 135 "test": "media_unittests"
136 }, 136 },
137 { 137 {
138 "swarming": { 138 "swarming": {
139 "can_use_on_swarming_builders": true 139 "can_use_on_swarming_builders": true
140 }, 140 },
141 "test": "message_center_unittests" 141 "test": "message_center_unittests"
142 }, 142 },
143 { 143 {
144 "swarming": {
145 "can_use_on_swarming_builders": true
146 },
144 "test": "midi_unittests" 147 "test": "midi_unittests"
145 }, 148 },
146 { 149 {
147 "test": "nacl_helper_nonsfi_unittests" 150 "test": "nacl_helper_nonsfi_unittests"
148 }, 151 },
149 { 152 {
150 "test": "nacl_loader_unittests" 153 "test": "nacl_loader_unittests"
151 }, 154 },
152 { 155 {
153 "swarming": { 156 "swarming": {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 }, 333 },
331 "test": "media_unittests" 334 "test": "media_unittests"
332 }, 335 },
333 { 336 {
334 "swarming": { 337 "swarming": {
335 "can_use_on_swarming_builders": true 338 "can_use_on_swarming_builders": true
336 }, 339 },
337 "test": "message_center_unittests" 340 "test": "message_center_unittests"
338 }, 341 },
339 { 342 {
343 "swarming": {
344 "can_use_on_swarming_builders": true
345 },
340 "test": "midi_unittests" 346 "test": "midi_unittests"
341 }, 347 },
342 { 348 {
343 "test": "nacl_helper_nonsfi_unittests" 349 "test": "nacl_helper_nonsfi_unittests"
344 }, 350 },
345 { 351 {
346 "test": "nacl_loader_unittests" 352 "test": "nacl_loader_unittests"
347 }, 353 },
348 { 354 {
349 "swarming": { 355 "swarming": {
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 "name": "webkit_lint", 1094 "name": "webkit_lint",
1089 "script": "webkit_lint.py" 1095 "script": "webkit_lint.py"
1090 }, 1096 },
1091 { 1097 {
1092 "name": "webkit_python_tests", 1098 "name": "webkit_python_tests",
1093 "script": "webkit_python_tests.py" 1099 "script": "webkit_python_tests.py"
1094 } 1100 }
1095 ] 1101 ]
1096 } 1102 }
1097 } 1103 }
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