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

Side by Side Diff: testing/buildbot/chromium.linux.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 | « no previous file | testing/buildbot/chromium.mac.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 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 }, 757 },
758 "test": "ipc_tests" 758 "test": "ipc_tests"
759 }, 759 },
760 { 760 {
761 "swarming": { 761 "swarming": {
762 "can_use_on_swarming_builders": true 762 "can_use_on_swarming_builders": true
763 }, 763 },
764 "test": "jingle_unittests" 764 "test": "jingle_unittests"
765 }, 765 },
766 { 766 {
767 "swarming": {
768 "can_use_on_swarming_builders": true
769 },
770 "test": "libphonenumber_unittests"
771 },
772 {
767 "test": "mash_unittests" 773 "test": "mash_unittests"
768 }, 774 },
769 { 775 {
770 "swarming": { 776 "swarming": {
771 "can_use_on_swarming_builders": true 777 "can_use_on_swarming_builders": true
772 }, 778 },
773 "test": "media_blink_unittests" 779 "test": "media_blink_unittests"
774 }, 780 },
775 { 781 {
776 "swarming": { 782 "swarming": {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 { 1195 {
1190 "swarming": { 1196 "swarming": {
1191 "can_use_on_swarming_builders": true 1197 "can_use_on_swarming_builders": true
1192 }, 1198 },
1193 "test": "jingle_unittests" 1199 "test": "jingle_unittests"
1194 }, 1200 },
1195 { 1201 {
1196 "swarming": { 1202 "swarming": {
1197 "can_use_on_swarming_builders": true 1203 "can_use_on_swarming_builders": true
1198 }, 1204 },
1205 "test": "libphonenumber_unittests"
1206 },
1207 {
1208 "swarming": {
1209 "can_use_on_swarming_builders": true
1210 },
1199 "test": "media_blink_unittests" 1211 "test": "media_blink_unittests"
1200 }, 1212 },
1201 { 1213 {
1202 "swarming": { 1214 "swarming": {
1203 "can_use_on_swarming_builders": true 1215 "can_use_on_swarming_builders": true
1204 }, 1216 },
1205 "test": "media_unittests" 1217 "test": "media_unittests"
1206 }, 1218 },
1207 { 1219 {
1208 "swarming": { 1220 "swarming": {
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 } 1718 }
1707 ], 1719 ],
1708 "scripts": [ 1720 "scripts": [
1709 { 1721 {
1710 "name": "nacl_integration", 1722 "name": "nacl_integration",
1711 "script": "nacl_integration.py" 1723 "script": "nacl_integration.py"
1712 } 1724 }
1713 ] 1725 ]
1714 } 1726 }
1715 } 1727 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698