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

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

Issue 1207533002: Convert net_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@10_interactive_ui_tests
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.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.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_shell_apk", 4 "chrome_shell_apk",
5 "mandoline:all" 5 "mandoline:all"
6 ], 6 ],
7 "gtest_tests": [ 7 "gtest_tests": [
8 { 8 {
9 "test": "html_viewer_unittests" 9 "test": "html_viewer_unittests"
10 }, 10 },
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 { 129 {
130 "test": "jingle_unittests" 130 "test": "jingle_unittests"
131 }, 131 },
132 { 132 {
133 "test": "media_unittests" 133 "test": "media_unittests"
134 }, 134 },
135 { 135 {
136 "test": "midi_unittests" 136 "test": "midi_unittests"
137 }, 137 },
138 { 138 {
139 "swarming": {
140 "can_use_on_swarming_builders": true
141 },
139 "test": "net_unittests" 142 "test": "net_unittests"
140 }, 143 },
141 { 144 {
142 "test": "ppapi_unittests" 145 "test": "ppapi_unittests"
143 }, 146 },
144 { 147 {
145 "test": "sandbox_linux_unittests" 148 "test": "sandbox_linux_unittests"
146 }, 149 },
147 { 150 {
148 "test": "sql_unittests" 151 "test": "sql_unittests"
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 } 1175 }
1173 ], 1176 ],
1174 "scripts": [ 1177 "scripts": [
1175 { 1178 {
1176 "name": "nacl_integration", 1179 "name": "nacl_integration",
1177 "script": "nacl_integration.py" 1180 "script": "nacl_integration.py"
1178 } 1181 }
1179 ] 1182 ]
1180 } 1183 }
1181 } 1184 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698