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

Side by Side Diff: testing/buildbot/chromium.linux.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 | « 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 {
773 "test": "mash_unittests" 767 "test": "mash_unittests"
774 }, 768 },
775 { 769 {
776 "swarming": { 770 "swarming": {
777 "can_use_on_swarming_builders": true 771 "can_use_on_swarming_builders": true
778 }, 772 },
779 "test": "media_blink_unittests" 773 "test": "media_blink_unittests"
780 }, 774 },
781 { 775 {
782 "swarming": { 776 "swarming": {
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 { 1189 {
1196 "swarming": { 1190 "swarming": {
1197 "can_use_on_swarming_builders": true 1191 "can_use_on_swarming_builders": true
1198 }, 1192 },
1199 "test": "jingle_unittests" 1193 "test": "jingle_unittests"
1200 }, 1194 },
1201 { 1195 {
1202 "swarming": { 1196 "swarming": {
1203 "can_use_on_swarming_builders": true 1197 "can_use_on_swarming_builders": true
1204 }, 1198 },
1205 "test": "libphonenumber_unittests"
1206 },
1207 {
1208 "swarming": {
1209 "can_use_on_swarming_builders": true
1210 },
1211 "test": "media_blink_unittests" 1199 "test": "media_blink_unittests"
1212 }, 1200 },
1213 { 1201 {
1214 "swarming": { 1202 "swarming": {
1215 "can_use_on_swarming_builders": true 1203 "can_use_on_swarming_builders": true
1216 }, 1204 },
1217 "test": "media_unittests" 1205 "test": "media_unittests"
1218 }, 1206 },
1219 { 1207 {
1220 "swarming": { 1208 "swarming": {
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1718 } 1706 }
1719 ], 1707 ],
1720 "scripts": [ 1708 "scripts": [
1721 { 1709 {
1722 "name": "nacl_integration", 1710 "name": "nacl_integration",
1723 "script": "nacl_integration.py" 1711 "script": "nacl_integration.py"
1724 } 1712 }
1725 ] 1713 ]
1726 } 1714 }
1727 } 1715 }
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