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

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

Issue 1205423003: Convert gcm_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@8_sql_unittests
Patch Set: Fix path typo 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.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 "accessibility_unittests", 4 "accessibility_unittests",
5 "base_unittests", 5 "base_unittests",
6 "cacheinvalidation_unittests", 6 "cacheinvalidation_unittests",
7 "cast_unittests", 7 "cast_unittests",
8 "cc_unittests", 8 "cc_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 { 119 {
120 "swarming": { 120 "swarming": {
121 "can_use_on_swarming_builders": true 121 "can_use_on_swarming_builders": true
122 }, 122 },
123 "test": "crypto_unittests" 123 "test": "crypto_unittests"
124 }, 124 },
125 { 125 {
126 "test": "extensions_unittests" 126 "test": "extensions_unittests"
127 }, 127 },
128 { 128 {
129 "swarming": {
130 "can_use_on_swarming_builders": true
131 },
129 "test": "gcm_unit_tests" 132 "test": "gcm_unit_tests"
130 }, 133 },
131 { 134 {
132 "test": "google_apis_unittests" 135 "test": "google_apis_unittests"
133 }, 136 },
134 { 137 {
135 "swarming": { 138 "swarming": {
136 "can_use_on_swarming_builders": true 139 "can_use_on_swarming_builders": true
137 }, 140 },
138 "test": "gpu_unittests" 141 "test": "gpu_unittests"
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 { 318 {
316 "swarming": { 319 "swarming": {
317 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
318 }, 321 },
319 "test": "crypto_unittests" 322 "test": "crypto_unittests"
320 }, 323 },
321 { 324 {
322 "test": "extensions_unittests" 325 "test": "extensions_unittests"
323 }, 326 },
324 { 327 {
328 "swarming": {
329 "can_use_on_swarming_builders": true
330 },
325 "test": "gcm_unit_tests" 331 "test": "gcm_unit_tests"
326 }, 332 },
327 { 333 {
328 "swarming": { 334 "swarming": {
329 "can_use_on_swarming_builders": true 335 "can_use_on_swarming_builders": true
330 }, 336 },
331 "test": "gfx_unittests" 337 "test": "gfx_unittests"
332 }, 338 },
333 { 339 {
334 "test": "gl_unittests" 340 "test": "gl_unittests"
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 { 550 {
545 "swarming": { 551 "swarming": {
546 "can_use_on_swarming_builders": true 552 "can_use_on_swarming_builders": true
547 }, 553 },
548 "test": "crypto_unittests" 554 "test": "crypto_unittests"
549 }, 555 },
550 { 556 {
551 "test": "extensions_unittests" 557 "test": "extensions_unittests"
552 }, 558 },
553 { 559 {
560 "swarming": {
561 "can_use_on_swarming_builders": true
562 },
554 "test": "gcm_unit_tests" 563 "test": "gcm_unit_tests"
555 }, 564 },
556 { 565 {
557 "swarming": { 566 "swarming": {
558 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
559 }, 568 },
560 "test": "gfx_unittests" 569 "test": "gfx_unittests"
561 }, 570 },
562 { 571 {
563 "test": "gl_unittests" 572 "test": "gl_unittests"
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
773 { 782 {
774 "swarming": { 783 "swarming": {
775 "can_use_on_swarming_builders": true 784 "can_use_on_swarming_builders": true
776 }, 785 },
777 "test": "crypto_unittests" 786 "test": "crypto_unittests"
778 }, 787 },
779 { 788 {
780 "test": "extensions_unittests" 789 "test": "extensions_unittests"
781 }, 790 },
782 { 791 {
792 "swarming": {
793 "can_use_on_swarming_builders": true
794 },
783 "test": "gcm_unit_tests" 795 "test": "gcm_unit_tests"
784 }, 796 },
785 { 797 {
786 "swarming": { 798 "swarming": {
787 "can_use_on_swarming_builders": true 799 "can_use_on_swarming_builders": true
788 }, 800 },
789 "test": "gfx_unittests" 801 "test": "gfx_unittests"
790 }, 802 },
791 { 803 {
792 "test": "gl_unittests" 804 "test": "gl_unittests"
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 { 1014 {
1003 "swarming": { 1015 "swarming": {
1004 "can_use_on_swarming_builders": true 1016 "can_use_on_swarming_builders": true
1005 }, 1017 },
1006 "test": "crypto_unittests" 1018 "test": "crypto_unittests"
1007 }, 1019 },
1008 { 1020 {
1009 "test": "extensions_unittests" 1021 "test": "extensions_unittests"
1010 }, 1022 },
1011 { 1023 {
1024 "swarming": {
1025 "can_use_on_swarming_builders": true
1026 },
1012 "test": "gcm_unit_tests" 1027 "test": "gcm_unit_tests"
1013 }, 1028 },
1014 { 1029 {
1015 "swarming": { 1030 "swarming": {
1016 "can_use_on_swarming_builders": true 1031 "can_use_on_swarming_builders": true
1017 }, 1032 },
1018 "test": "gfx_unittests" 1033 "test": "gfx_unittests"
1019 }, 1034 },
1020 { 1035 {
1021 "test": "gl_unittests" 1036 "test": "gl_unittests"
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1157 "name": "telemetry_perf_unittests", 1172 "name": "telemetry_perf_unittests",
1158 "script": "telemetry_perf_unittests.py" 1173 "script": "telemetry_perf_unittests.py"
1159 }, 1174 },
1160 { 1175 {
1161 "name": "nacl_integration", 1176 "name": "nacl_integration",
1162 "script": "nacl_integration.py" 1177 "script": "nacl_integration.py"
1163 } 1178 }
1164 ] 1179 ]
1165 } 1180 }
1166 } 1181 }
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