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

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

Issue 1759723002: [libphonenumber] Run tests on swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 9 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.linux.json ('k') | testing/buildbot/chromium.win.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 { 196 {
197 "swarming": { 197 "swarming": {
198 "can_use_on_swarming_builders": true 198 "can_use_on_swarming_builders": true
199 }, 199 },
200 "test": "jingle_unittests" 200 "test": "jingle_unittests"
201 }, 201 },
202 { 202 {
203 "swarming": { 203 "swarming": {
204 "can_use_on_swarming_builders": true 204 "can_use_on_swarming_builders": true
205 }, 205 },
206 "test": "libphonenumber_unittests"
207 },
208 {
209 "swarming": {
210 "can_use_on_swarming_builders": true
211 },
206 "test": "media_blink_unittests" 212 "test": "media_blink_unittests"
207 }, 213 },
208 { 214 {
209 "swarming": { 215 "swarming": {
210 "can_use_on_swarming_builders": true 216 "can_use_on_swarming_builders": true
211 }, 217 },
212 "test": "media_unittests" 218 "test": "media_unittests"
213 }, 219 },
214 { 220 {
215 "swarming": { 221 "swarming": {
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 { 1151 {
1146 "swarming": { 1152 "swarming": {
1147 "can_use_on_swarming_builders": true 1153 "can_use_on_swarming_builders": true
1148 }, 1154 },
1149 "test": "jingle_unittests" 1155 "test": "jingle_unittests"
1150 }, 1156 },
1151 { 1157 {
1152 "swarming": { 1158 "swarming": {
1153 "can_use_on_swarming_builders": true 1159 "can_use_on_swarming_builders": true
1154 }, 1160 },
1161 "test": "libphonenumber_unittests"
1162 },
1163 {
1164 "swarming": {
1165 "can_use_on_swarming_builders": true
1166 },
1155 "test": "media_blink_unittests" 1167 "test": "media_blink_unittests"
1156 }, 1168 },
1157 { 1169 {
1158 "swarming": { 1170 "swarming": {
1159 "can_use_on_swarming_builders": true 1171 "can_use_on_swarming_builders": true
1160 }, 1172 },
1161 "test": "media_unittests" 1173 "test": "media_unittests"
1162 }, 1174 },
1163 { 1175 {
1164 "swarming": { 1176 "swarming": {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 } 1317 }
1306 ], 1318 ],
1307 "scripts": [ 1319 "scripts": [
1308 { 1320 {
1309 "name": "nacl_integration", 1321 "name": "nacl_integration",
1310 "script": "nacl_integration.py" 1322 "script": "nacl_integration.py"
1311 } 1323 }
1312 ] 1324 ]
1313 } 1325 }
1314 } 1326 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698