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

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

Issue 1210933003: Revert of 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 },
147 "test": "midi_unittests" 144 "test": "midi_unittests"
148 }, 145 },
149 { 146 {
150 "test": "nacl_helper_nonsfi_unittests" 147 "test": "nacl_helper_nonsfi_unittests"
151 }, 148 },
152 { 149 {
153 "test": "nacl_loader_unittests" 150 "test": "nacl_loader_unittests"
154 }, 151 },
155 { 152 {
156 "swarming": { 153 "swarming": {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 }, 330 },
334 "test": "media_unittests" 331 "test": "media_unittests"
335 }, 332 },
336 { 333 {
337 "swarming": { 334 "swarming": {
338 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
339 }, 336 },
340 "test": "message_center_unittests" 337 "test": "message_center_unittests"
341 }, 338 },
342 { 339 {
343 "swarming": {
344 "can_use_on_swarming_builders": true
345 },
346 "test": "midi_unittests" 340 "test": "midi_unittests"
347 }, 341 },
348 { 342 {
349 "test": "nacl_helper_nonsfi_unittests" 343 "test": "nacl_helper_nonsfi_unittests"
350 }, 344 },
351 { 345 {
352 "test": "nacl_loader_unittests" 346 "test": "nacl_loader_unittests"
353 }, 347 },
354 { 348 {
355 "swarming": { 349 "swarming": {
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 "name": "webkit_lint", 1088 "name": "webkit_lint",
1095 "script": "webkit_lint.py" 1089 "script": "webkit_lint.py"
1096 }, 1090 },
1097 { 1091 {
1098 "name": "webkit_python_tests", 1092 "name": "webkit_python_tests",
1099 "script": "webkit_python_tests.py" 1093 "script": "webkit_python_tests.py"
1100 } 1094 }
1101 ] 1095 ]
1102 } 1096 }
1103 } 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