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

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

Issue 1681663002: [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no libphonenumber for now Created 4 years, 10 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 | « build/gn_migration.gypi ('k') | 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "can_use_on_swarming_builders": true 747 "can_use_on_swarming_builders": true
748 }, 748 },
749 "test": "ipc_tests" 749 "test": "ipc_tests"
750 }, 750 },
751 { 751 {
752 "swarming": { 752 "swarming": {
753 "can_use_on_swarming_builders": true 753 "can_use_on_swarming_builders": true
754 }, 754 },
755 "test": "jingle_unittests" 755 "test": "jingle_unittests"
756 }, 756 },
757 { 757 {
Nico 2016/02/09 01:26:10 can you add it to the release bot too? else it won
Mathieu 2016/02/09 01:32:05 Done. Let me know if this is what you meant!
758 "test": "mash_unittests" 758 "test": "mash_unittests"
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": "media_blink_unittests" 764 "test": "media_blink_unittests"
765 }, 765 },
766 { 766 {
767 "swarming": { 767 "swarming": {
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 { 1168 {
1169 "swarming": { 1169 "swarming": {
1170 "can_use_on_swarming_builders": true 1170 "can_use_on_swarming_builders": true
1171 }, 1171 },
1172 "test": "jingle_unittests" 1172 "test": "jingle_unittests"
1173 }, 1173 },
1174 { 1174 {
1175 "swarming": { 1175 "swarming": {
1176 "can_use_on_swarming_builders": true 1176 "can_use_on_swarming_builders": true
1177 }, 1177 },
1178 "test": "libaddressinput_unittests"
1179 },
1180 {
1181 "swarming": {
1182 "can_use_on_swarming_builders": true
1183 },
1178 "test": "media_blink_unittests" 1184 "test": "media_blink_unittests"
1179 }, 1185 },
1180 { 1186 {
1181 "swarming": { 1187 "swarming": {
1182 "can_use_on_swarming_builders": true 1188 "can_use_on_swarming_builders": true
1183 }, 1189 },
1184 "test": "media_unittests" 1190 "test": "media_unittests"
1185 }, 1191 },
1186 { 1192 {
1187 "swarming": { 1193 "swarming": {
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 } 1687 }
1682 ], 1688 ],
1683 "scripts": [ 1689 "scripts": [
1684 { 1690 {
1685 "name": "nacl_integration", 1691 "name": "nacl_integration",
1686 "script": "nacl_integration.py" 1692 "script": "nacl_integration.py"
1687 } 1693 }
1688 ] 1694 ]
1689 } 1695 }
1690 } 1696 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698