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

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

Issue 1817083002: Revert of [libphonenumber] Run tests on swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 },
212 "test": "media_blink_unittests" 206 "test": "media_blink_unittests"
213 }, 207 },
214 { 208 {
215 "swarming": { 209 "swarming": {
216 "can_use_on_swarming_builders": true 210 "can_use_on_swarming_builders": true
217 }, 211 },
218 "test": "media_unittests" 212 "test": "media_unittests"
219 }, 213 },
220 { 214 {
221 "swarming": { 215 "swarming": {
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 { 1145 {
1152 "swarming": { 1146 "swarming": {
1153 "can_use_on_swarming_builders": true 1147 "can_use_on_swarming_builders": true
1154 }, 1148 },
1155 "test": "jingle_unittests" 1149 "test": "jingle_unittests"
1156 }, 1150 },
1157 { 1151 {
1158 "swarming": { 1152 "swarming": {
1159 "can_use_on_swarming_builders": true 1153 "can_use_on_swarming_builders": true
1160 }, 1154 },
1161 "test": "libphonenumber_unittests"
1162 },
1163 {
1164 "swarming": {
1165 "can_use_on_swarming_builders": true
1166 },
1167 "test": "media_blink_unittests" 1155 "test": "media_blink_unittests"
1168 }, 1156 },
1169 { 1157 {
1170 "swarming": { 1158 "swarming": {
1171 "can_use_on_swarming_builders": true 1159 "can_use_on_swarming_builders": true
1172 }, 1160 },
1173 "test": "media_unittests" 1161 "test": "media_unittests"
1174 }, 1162 },
1175 { 1163 {
1176 "swarming": { 1164 "swarming": {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 } 1305 }
1318 ], 1306 ],
1319 "scripts": [ 1307 "scripts": [
1320 { 1308 {
1321 "name": "nacl_integration", 1309 "name": "nacl_integration",
1322 "script": "nacl_integration.py" 1310 "script": "nacl_integration.py"
1323 } 1311 }
1324 ] 1312 ]
1325 } 1313 }
1326 } 1314 }
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