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

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

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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.linux.json ('k') | testing/buildbot/chromium.memory.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": true 9 "can_use_on_swarming_builders": true
10 }, 10 },
(...skipping 30 matching lines...) Expand all
41 "accessibility_unittests", 41 "accessibility_unittests",
42 "battor_agent", 42 "battor_agent",
43 "cacheinvalidation_unittests", 43 "cacheinvalidation_unittests",
44 "cast_unittests", 44 "cast_unittests",
45 "cc_unittests", 45 "cc_unittests",
46 "chrome_app_unittests", 46 "chrome_app_unittests",
47 "chromedriver_unittests", 47 "chromedriver_unittests",
48 "crypto_unittests", 48 "crypto_unittests",
49 "gcm_unit_tests", 49 "gcm_unit_tests",
50 "gn_unittests", 50 "gn_unittests",
51 "gpu_ipc_service_unittests",
51 "gpu_unittests", 52 "gpu_unittests",
52 "ipc_tests", 53 "ipc_tests",
53 "jingle_unittests", 54 "jingle_unittests",
54 "media_unittests", 55 "media_unittests",
55 "media_blink_unittests", 56 "media_blink_unittests",
56 "mojo_common_unittests", 57 "mojo_common_unittests",
57 "mojo_public_bindings_unittests", 58 "mojo_public_bindings_unittests",
58 "mojo_public_system_unittests", 59 "mojo_public_system_unittests",
59 "mojo_system_unittests", 60 "mojo_system_unittests",
60 "ppapi_unittests", 61 "ppapi_unittests",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 { 231 {
231 "swarming": { 232 "swarming": {
232 "can_use_on_swarming_builders": true 233 "can_use_on_swarming_builders": true
233 }, 234 },
234 "test": "google_apis_unittests" 235 "test": "google_apis_unittests"
235 }, 236 },
236 { 237 {
237 "swarming": { 238 "swarming": {
238 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
239 }, 240 },
241 "test": "gpu_ipc_service_unittests"
242 },
243 {
244 "swarming": {
245 "can_use_on_swarming_builders": true
246 },
240 "test": "gpu_unittests" 247 "test": "gpu_unittests"
241 }, 248 },
242 { 249 {
243 "swarming": { 250 "swarming": {
244 "can_use_on_swarming_builders": true 251 "can_use_on_swarming_builders": true
245 }, 252 },
246 "test": "interactive_ui_tests" 253 "test": "interactive_ui_tests"
247 }, 254 },
248 { 255 {
249 "swarming": { 256 "swarming": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 { 562 {
556 "swarming": { 563 "swarming": {
557 "can_use_on_swarming_builders": true 564 "can_use_on_swarming_builders": true
558 }, 565 },
559 "test": "google_apis_unittests" 566 "test": "google_apis_unittests"
560 }, 567 },
561 { 568 {
562 "swarming": { 569 "swarming": {
563 "can_use_on_swarming_builders": true 570 "can_use_on_swarming_builders": true
564 }, 571 },
572 "test": "gpu_ipc_service_unittests"
573 },
574 {
575 "swarming": {
576 "can_use_on_swarming_builders": true
577 },
565 "test": "gpu_unittests" 578 "test": "gpu_unittests"
566 }, 579 },
567 { 580 {
568 "swarming": { 581 "swarming": {
569 "can_use_on_swarming_builders": true 582 "can_use_on_swarming_builders": true
570 }, 583 },
571 "test": "interactive_ui_tests" 584 "test": "interactive_ui_tests"
572 }, 585 },
573 { 586 {
574 "swarming": { 587 "swarming": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 { 893 {
881 "swarming": { 894 "swarming": {
882 "can_use_on_swarming_builders": true 895 "can_use_on_swarming_builders": true
883 }, 896 },
884 "test": "google_apis_unittests" 897 "test": "google_apis_unittests"
885 }, 898 },
886 { 899 {
887 "swarming": { 900 "swarming": {
888 "can_use_on_swarming_builders": true 901 "can_use_on_swarming_builders": true
889 }, 902 },
903 "test": "gpu_ipc_service_unittests"
904 },
905 {
906 "swarming": {
907 "can_use_on_swarming_builders": true
908 },
890 "test": "gpu_unittests" 909 "test": "gpu_unittests"
891 }, 910 },
892 { 911 {
893 "swarming": { 912 "swarming": {
894 "can_use_on_swarming_builders": true 913 "can_use_on_swarming_builders": true
895 }, 914 },
896 "test": "interactive_ui_tests" 915 "test": "interactive_ui_tests"
897 }, 916 },
898 { 917 {
899 "swarming": { 918 "swarming": {
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1205 { 1224 {
1206 "swarming": { 1225 "swarming": {
1207 "can_use_on_swarming_builders": true 1226 "can_use_on_swarming_builders": true
1208 }, 1227 },
1209 "test": "google_apis_unittests" 1228 "test": "google_apis_unittests"
1210 }, 1229 },
1211 { 1230 {
1212 "swarming": { 1231 "swarming": {
1213 "can_use_on_swarming_builders": true 1232 "can_use_on_swarming_builders": true
1214 }, 1233 },
1234 "test": "gpu_ipc_service_unittests"
1235 },
1236 {
1237 "swarming": {
1238 "can_use_on_swarming_builders": true
1239 },
1215 "test": "gpu_unittests" 1240 "test": "gpu_unittests"
1216 }, 1241 },
1217 { 1242 {
1218 "swarming": { 1243 "swarming": {
1219 "can_use_on_swarming_builders": true, 1244 "can_use_on_swarming_builders": true,
1220 "shards": 2 1245 "shards": 2
1221 }, 1246 },
1222 "test": "interactive_ui_tests" 1247 "test": "interactive_ui_tests"
1223 }, 1248 },
1224 { 1249 {
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 } 1418 }
1394 ], 1419 ],
1395 "scripts": [ 1420 "scripts": [
1396 { 1421 {
1397 "name": "nacl_integration", 1422 "name": "nacl_integration",
1398 "script": "nacl_integration.py" 1423 "script": "nacl_integration.py"
1399 } 1424 }
1400 ] 1425 ]
1401 } 1426 }
1402 } 1427 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698