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

Side by Side Diff: testing/buildbot/chromium_memory_trybot.json

Issue 2338023005: media: Enable media_mojo_unittests on more bots (Closed)
Patch Set: Created 4 years, 3 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.win.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 "gtest_tests": [ 2 "gtest_tests": [
3 "accessibility_unittests", 3 "accessibility_unittests",
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 { 98 {
99 "swarming": { 99 "swarming": {
100 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
101 }, 101 },
102 "test": "media_blink_unittests" 102 "test": "media_blink_unittests"
103 }, 103 },
104 { 104 {
105 "swarming": { 105 "swarming": {
106 "can_use_on_swarming_builders": true 106 "can_use_on_swarming_builders": true
107 }, 107 },
108 "test": "media_mojo_unittests"
109 },
110 {
111 "swarming": {
112 "can_use_on_swarming_builders": true
113 },
108 "test": "midi_unittests" 114 "test": "midi_unittests"
109 }, 115 },
110 { 116 {
111 "swarming": { 117 "swarming": {
112 "can_use_on_swarming_builders": true, 118 "can_use_on_swarming_builders": true,
113 "shards": 2 119 "shards": 2
114 }, 120 },
115 "test": "net_unittests" 121 "test": "net_unittests"
116 }, 122 },
117 "ppapi_unittests", 123 "ppapi_unittests",
(...skipping 11 matching lines...) Expand all
129 { 135 {
130 "swarming": { 136 "swarming": {
131 "can_use_on_swarming_builders": true, 137 "can_use_on_swarming_builders": true,
132 "shards": 2 138 "shards": 2
133 }, 139 },
134 "test": "unit_tests" 140 "test": "unit_tests"
135 }, 141 },
136 "url_unittests" 142 "url_unittests"
137 ] 143 ]
138 } 144 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698