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

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

Issue 1214633003: Convert cacheinvalidation_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_jingle_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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 }, 83 },
84 "test": "app_list_unittests" 84 "test": "app_list_unittests"
85 }, 85 },
86 { 86 {
87 "swarming": { 87 "swarming": {
88 "can_use_on_swarming_builders": true 88 "can_use_on_swarming_builders": true
89 }, 89 },
90 "test": "base_unittests" 90 "test": "base_unittests"
91 }, 91 },
92 { 92 {
93 "swarming": {
94 "can_use_on_swarming_builders": true
95 },
93 "test": "cacheinvalidation_unittests" 96 "test": "cacheinvalidation_unittests"
94 }, 97 },
95 { 98 {
96 "swarming": { 99 "swarming": {
97 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
98 }, 101 },
99 "test": "cast_unittests" 102 "test": "cast_unittests"
100 }, 103 },
101 { 104 {
102 "swarming": { 105 "swarming": {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "test": "base_unittests" 258 "test": "base_unittests"
256 }, 259 },
257 { 260 {
258 "swarming": { 261 "swarming": {
259 "can_use_on_swarming_builders": true, 262 "can_use_on_swarming_builders": true,
260 "shards": 10 263 "shards": 10
261 }, 264 },
262 "test": "browser_tests" 265 "test": "browser_tests"
263 }, 266 },
264 { 267 {
268 "swarming": {
269 "can_use_on_swarming_builders": true
270 },
265 "test": "cacheinvalidation_unittests" 271 "test": "cacheinvalidation_unittests"
266 }, 272 },
267 { 273 {
268 "swarming": { 274 "swarming": {
269 "can_use_on_swarming_builders": true 275 "can_use_on_swarming_builders": true
270 }, 276 },
271 "test": "cast_unittests" 277 "test": "cast_unittests"
272 }, 278 },
273 { 279 {
274 "swarming": { 280 "swarming": {
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 "test": "base_unittests" 490 "test": "base_unittests"
485 }, 491 },
486 { 492 {
487 "swarming": { 493 "swarming": {
488 "can_use_on_swarming_builders": true, 494 "can_use_on_swarming_builders": true,
489 "shards": 10 495 "shards": 10
490 }, 496 },
491 "test": "browser_tests" 497 "test": "browser_tests"
492 }, 498 },
493 { 499 {
500 "swarming": {
501 "can_use_on_swarming_builders": true
502 },
494 "test": "cacheinvalidation_unittests" 503 "test": "cacheinvalidation_unittests"
495 }, 504 },
496 { 505 {
497 "swarming": { 506 "swarming": {
498 "can_use_on_swarming_builders": true 507 "can_use_on_swarming_builders": true
499 }, 508 },
500 "test": "cast_unittests" 509 "test": "cast_unittests"
501 }, 510 },
502 { 511 {
503 "swarming": { 512 "swarming": {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 "test": "base_unittests" 716 "test": "base_unittests"
708 }, 717 },
709 { 718 {
710 "swarming": { 719 "swarming": {
711 "can_use_on_swarming_builders": true, 720 "can_use_on_swarming_builders": true,
712 "shards": 10 721 "shards": 10
713 }, 722 },
714 "test": "browser_tests" 723 "test": "browser_tests"
715 }, 724 },
716 { 725 {
726 "swarming": {
727 "can_use_on_swarming_builders": true
728 },
717 "test": "cacheinvalidation_unittests" 729 "test": "cacheinvalidation_unittests"
718 }, 730 },
719 { 731 {
720 "swarming": { 732 "swarming": {
721 "can_use_on_swarming_builders": true 733 "can_use_on_swarming_builders": true
722 }, 734 },
723 "test": "cast_unittests" 735 "test": "cast_unittests"
724 }, 736 },
725 { 737 {
726 "swarming": { 738 "swarming": {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 "test": "base_unittests" 942 "test": "base_unittests"
931 }, 943 },
932 { 944 {
933 "swarming": { 945 "swarming": {
934 "can_use_on_swarming_builders": true, 946 "can_use_on_swarming_builders": true,
935 "shards": 10 947 "shards": 10
936 }, 948 },
937 "test": "browser_tests" 949 "test": "browser_tests"
938 }, 950 },
939 { 951 {
952 "swarming": {
953 "can_use_on_swarming_builders": true
954 },
940 "test": "cacheinvalidation_unittests" 955 "test": "cacheinvalidation_unittests"
941 }, 956 },
942 { 957 {
943 "swarming": { 958 "swarming": {
944 "can_use_on_swarming_builders": true 959 "can_use_on_swarming_builders": true
945 }, 960 },
946 "test": "cast_unittests" 961 "test": "cast_unittests"
947 }, 962 },
948 { 963 {
949 "swarming": { 964 "swarming": {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 "name": "telemetry_perf_unittests", 1142 "name": "telemetry_perf_unittests",
1128 "script": "telemetry_perf_unittests.py" 1143 "script": "telemetry_perf_unittests.py"
1129 }, 1144 },
1130 { 1145 {
1131 "name": "nacl_integration", 1146 "name": "nacl_integration",
1132 "script": "nacl_integration.py" 1147 "script": "nacl_integration.py"
1133 } 1148 }
1134 ] 1149 ]
1135 } 1150 }
1136 } 1151 }
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