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

Side by Side Diff: testing/buildbot/chromium.linux.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, 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.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 { 144 {
145 "test": "jingle_unittests" 145 "test": "jingle_unittests"
146 }, 146 },
147 { 147 {
148 "swarming": { 148 "swarming": {
149 "can_use_on_swarming_builders": true 149 "can_use_on_swarming_builders": true
150 }, 150 },
151 "test": "media_unittests" 151 "test": "media_unittests"
152 }, 152 },
153 { 153 {
154 "swarming": {
155 "can_use_on_swarming_builders": true
156 },
154 "test": "midi_unittests" 157 "test": "midi_unittests"
155 }, 158 },
156 { 159 {
157 "swarming": { 160 "swarming": {
158 "can_use_on_swarming_builders": true 161 "can_use_on_swarming_builders": true
159 }, 162 },
160 "test": "net_unittests" 163 "test": "net_unittests"
161 }, 164 },
162 { 165 {
163 "test": "ppapi_unittests" 166 "test": "ppapi_unittests"
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 } 1196 }
1194 ], 1197 ],
1195 "scripts": [ 1198 "scripts": [
1196 { 1199 {
1197 "name": "nacl_integration", 1200 "name": "nacl_integration",
1198 "script": "nacl_integration.py" 1201 "script": "nacl_integration.py"
1199 } 1202 }
1200 ] 1203 ]
1201 } 1204 }
1202 } 1205 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698