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

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

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
Patch Set: Created 5 years, 5 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 | « testing/buildbot/chromium.fyi.json ('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 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 { 177 {
178 "test": "sync_unit_tests" 178 "test": "sync_unit_tests"
179 }, 179 },
180 { 180 {
181 "swarming": { 181 "swarming": {
182 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
183 }, 183 },
184 "test": "ui_base_unittests" 184 "test": "ui_base_unittests"
185 }, 185 },
186 { 186 {
187 "swarming": {
188 "can_use_on_swarming_builders": true
189 },
187 "test": "url_unittests" 190 "test": "url_unittests"
188 } 191 }
189 ] 192 ]
190 }, 193 },
191 "Linux GN": { 194 "Linux GN": {
192 "additional_compile_targets": [ 195 "additional_compile_targets": [
193 "browser_tests", 196 "browser_tests",
194 "mandoline:all" 197 "mandoline:all"
195 ], 198 ],
196 "gtest_tests": [ 199 "gtest_tests": [
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 }, 678 },
676 "test": "ui_touch_selection_unittests" 679 "test": "ui_touch_selection_unittests"
677 }, 680 },
678 { 681 {
679 "swarming": { 682 "swarming": {
680 "can_use_on_swarming_builders": true 683 "can_use_on_swarming_builders": true
681 }, 684 },
682 "test": "unit_tests" 685 "test": "unit_tests"
683 }, 686 },
684 { 687 {
688 "swarming": {
689 "can_use_on_swarming_builders": true
690 },
685 "test": "url_unittests" 691 "test": "url_unittests"
686 }, 692 },
687 { 693 {
688 "test": "views_unittests" 694 "test": "views_unittests"
689 }, 695 },
690 { 696 {
691 "test": "wm_unittests" 697 "test": "wm_unittests"
692 } 698 }
693 ], 699 ],
694 "scripts": [ 700 "scripts": [
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 }, 953 },
948 "test": "ui_touch_selection_unittests" 954 "test": "ui_touch_selection_unittests"
949 }, 955 },
950 { 956 {
951 "swarming": { 957 "swarming": {
952 "can_use_on_swarming_builders": true 958 "can_use_on_swarming_builders": true
953 }, 959 },
954 "test": "unit_tests" 960 "test": "unit_tests"
955 }, 961 },
956 { 962 {
963 "swarming": {
964 "can_use_on_swarming_builders": true
965 },
957 "test": "url_unittests" 966 "test": "url_unittests"
958 }, 967 },
959 { 968 {
960 "test": "views_unittests" 969 "test": "views_unittests"
961 }, 970 },
962 { 971 {
963 "test": "wm_unittests" 972 "test": "wm_unittests"
964 } 973 }
965 ], 974 ],
966 "scripts": [ 975 "scripts": [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 }, 1212 },
1204 "test": "ui_touch_selection_unittests" 1213 "test": "ui_touch_selection_unittests"
1205 }, 1214 },
1206 { 1215 {
1207 "swarming": { 1216 "swarming": {
1208 "can_use_on_swarming_builders": true 1217 "can_use_on_swarming_builders": true
1209 }, 1218 },
1210 "test": "unit_tests" 1219 "test": "unit_tests"
1211 }, 1220 },
1212 { 1221 {
1222 "swarming": {
1223 "can_use_on_swarming_builders": true
1224 },
1213 "test": "url_unittests" 1225 "test": "url_unittests"
1214 }, 1226 },
1215 { 1227 {
1216 "test": "views_unittests" 1228 "test": "views_unittests"
1217 }, 1229 },
1218 { 1230 {
1219 "test": "wm_unittests" 1231 "test": "wm_unittests"
1220 } 1232 }
1221 ], 1233 ],
1222 "scripts": [ 1234 "scripts": [
1223 { 1235 {
1224 "name": "nacl_integration", 1236 "name": "nacl_integration",
1225 "script": "nacl_integration.py" 1237 "script": "nacl_integration.py"
1226 } 1238 }
1227 ] 1239 ]
1228 } 1240 }
1229 } 1241 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698