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

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

Issue 1695663005: [Testing] Version 2: Run libaddressinput_unittests on bots Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial 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 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 }, 769 },
770 "test": "ipc_tests" 770 "test": "ipc_tests"
771 }, 771 },
772 { 772 {
773 "swarming": { 773 "swarming": {
774 "can_use_on_swarming_builders": true 774 "can_use_on_swarming_builders": true
775 }, 775 },
776 "test": "jingle_unittests" 776 "test": "jingle_unittests"
777 }, 777 },
778 { 778 {
779 "swarming": {
780 "can_use_on_swarming_builders": true
781 },
782 "test": "libaddressinput_unittests"
783 },
784 {
779 "test": "mash_unittests" 785 "test": "mash_unittests"
780 }, 786 },
781 { 787 {
782 "swarming": { 788 "swarming": {
783 "can_use_on_swarming_builders": true 789 "can_use_on_swarming_builders": true
784 }, 790 },
785 "test": "media_blink_unittests" 791 "test": "media_blink_unittests"
786 }, 792 },
787 { 793 {
788 "swarming": { 794 "swarming": {
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 { 1201 {
1196 "swarming": { 1202 "swarming": {
1197 "can_use_on_swarming_builders": true 1203 "can_use_on_swarming_builders": true
1198 }, 1204 },
1199 "test": "jingle_unittests" 1205 "test": "jingle_unittests"
1200 }, 1206 },
1201 { 1207 {
1202 "swarming": { 1208 "swarming": {
1203 "can_use_on_swarming_builders": true 1209 "can_use_on_swarming_builders": true
1204 }, 1210 },
1211 "test": "libaddressinput_unittests"
1212 },
1213 {
1214 "swarming": {
1215 "can_use_on_swarming_builders": true
1216 },
1205 "test": "media_blink_unittests" 1217 "test": "media_blink_unittests"
1206 }, 1218 },
1207 { 1219 {
1208 "swarming": { 1220 "swarming": {
1209 "can_use_on_swarming_builders": true 1221 "can_use_on_swarming_builders": true
1210 }, 1222 },
1211 "test": "media_unittests" 1223 "test": "media_unittests"
1212 }, 1224 },
1213 { 1225 {
1214 "swarming": { 1226 "swarming": {
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 } 1726 }
1715 ], 1727 ],
1716 "scripts": [ 1728 "scripts": [
1717 { 1729 {
1718 "name": "nacl_integration", 1730 "name": "nacl_integration",
1719 "script": "nacl_integration.py" 1731 "script": "nacl_integration.py"
1720 } 1732 }
1721 ] 1733 ]
1722 } 1734 }
1723 } 1735 }
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