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

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

Issue 1693813003: Revert of [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 }, 775 },
776 "test": "ipc_tests" 776 "test": "ipc_tests"
777 }, 777 },
778 { 778 {
779 "swarming": { 779 "swarming": {
780 "can_use_on_swarming_builders": true 780 "can_use_on_swarming_builders": true
781 }, 781 },
782 "test": "jingle_unittests" 782 "test": "jingle_unittests"
783 }, 783 },
784 { 784 {
785 "swarming": {
786 "can_use_on_swarming_builders": true
787 },
788 "test": "libaddressinput_unittests"
789 },
790 {
791 "test": "mash_unittests" 785 "test": "mash_unittests"
792 }, 786 },
793 { 787 {
794 "swarming": { 788 "swarming": {
795 "can_use_on_swarming_builders": true 789 "can_use_on_swarming_builders": true
796 }, 790 },
797 "test": "media_blink_unittests" 791 "test": "media_blink_unittests"
798 }, 792 },
799 { 793 {
800 "swarming": { 794 "swarming": {
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 { 1201 {
1208 "swarming": { 1202 "swarming": {
1209 "can_use_on_swarming_builders": true 1203 "can_use_on_swarming_builders": true
1210 }, 1204 },
1211 "test": "jingle_unittests" 1205 "test": "jingle_unittests"
1212 }, 1206 },
1213 { 1207 {
1214 "swarming": { 1208 "swarming": {
1215 "can_use_on_swarming_builders": true 1209 "can_use_on_swarming_builders": true
1216 }, 1210 },
1217 "test": "libaddressinput_unittests"
1218 },
1219 {
1220 "swarming": {
1221 "can_use_on_swarming_builders": true
1222 },
1223 "test": "media_blink_unittests" 1211 "test": "media_blink_unittests"
1224 }, 1212 },
1225 { 1213 {
1226 "swarming": { 1214 "swarming": {
1227 "can_use_on_swarming_builders": true 1215 "can_use_on_swarming_builders": true
1228 }, 1216 },
1229 "test": "media_unittests" 1217 "test": "media_unittests"
1230 }, 1218 },
1231 { 1219 {
1232 "swarming": { 1220 "swarming": {
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 } 1720 }
1733 ], 1721 ],
1734 "scripts": [ 1722 "scripts": [
1735 { 1723 {
1736 "name": "nacl_integration", 1724 "name": "nacl_integration",
1737 "script": "nacl_integration.py" 1725 "script": "nacl_integration.py"
1738 } 1726 }
1739 ] 1727 ]
1740 } 1728 }
1741 } 1729 }
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