@@ -880,6 +880,45 @@ tasks:
880
880
AUTH : auth
881
881
- func : bootstrap kms servers
882
882
- func : run tests
883
+ - name : test-rapid-server
884
+ tags :
885
+ - rapid
886
+ - server
887
+ commands :
888
+ - func : install dependencies
889
+ - func : bootstrap mongo-orchestration
890
+ vars :
891
+ VERSION : rapid
892
+ TOPOLOGY : server
893
+ AUTH : auth
894
+ - func : bootstrap kms servers
895
+ - func : run tests
896
+ - name : test-rapid-replica_set
897
+ tags :
898
+ - rapid
899
+ - replica_set
900
+ commands :
901
+ - func : install dependencies
902
+ - func : bootstrap mongo-orchestration
903
+ vars :
904
+ VERSION : rapid
905
+ TOPOLOGY : replica_set
906
+ AUTH : auth
907
+ - func : bootstrap kms servers
908
+ - func : run tests
909
+ - name : test-rapid-sharded_cluster
910
+ tags :
911
+ - rapid
912
+ - sharded_cluster
913
+ commands :
914
+ - func : install dependencies
915
+ - func : bootstrap mongo-orchestration
916
+ vars :
917
+ VERSION : rapid
918
+ TOPOLOGY : sharded_cluster
919
+ AUTH : auth
920
+ - func : bootstrap kms servers
921
+ - func : run tests
883
922
- name : test-6.0-server
884
923
tags :
885
924
- ' 6.0'
@@ -1825,6 +1864,48 @@ tasks:
1825
1864
AUTH : noauth
1826
1865
- func : bootstrap kms servers
1827
1866
- func : run tests
1867
+ - name : test-rapid-server-noauth
1868
+ tags :
1869
+ - rapid
1870
+ - server
1871
+ - noauth
1872
+ commands :
1873
+ - func : install dependencies
1874
+ - func : bootstrap mongo-orchestration
1875
+ vars :
1876
+ VERSION : rapid
1877
+ TOPOLOGY : server
1878
+ AUTH : noauth
1879
+ - func : bootstrap kms servers
1880
+ - func : run tests
1881
+ - name : test-rapid-replica_set-noauth
1882
+ tags :
1883
+ - rapid
1884
+ - replica_set
1885
+ - noauth
1886
+ commands :
1887
+ - func : install dependencies
1888
+ - func : bootstrap mongo-orchestration
1889
+ vars :
1890
+ VERSION : rapid
1891
+ TOPOLOGY : replica_set
1892
+ AUTH : noauth
1893
+ - func : bootstrap kms servers
1894
+ - func : run tests
1895
+ - name : test-rapid-sharded_cluster-noauth
1896
+ tags :
1897
+ - rapid
1898
+ - sharded_cluster
1899
+ - noauth
1900
+ commands :
1901
+ - func : install dependencies
1902
+ - func : bootstrap mongo-orchestration
1903
+ vars :
1904
+ VERSION : rapid
1905
+ TOPOLOGY : sharded_cluster
1906
+ AUTH : noauth
1907
+ - func : bootstrap kms servers
1908
+ - func : run tests
1828
1909
- name : test-6.0-server-noauth
1829
1910
tags :
1830
1911
- ' 6.0'
@@ -2125,102 +2206,13 @@ post:
2125
2206
ignore :
2126
2207
- ' *.md'
2127
2208
buildvariants :
2128
- - name : macos-1014-erbium
2129
- display_name : macOS 10.14 Node Erbium
2130
- run_on : macos-1014
2131
- expansions :
2132
- NODE_LTS_NAME : erbium
2133
- CLIENT_ENCRYPTION : true
2134
- tasks : &ref_0
2135
- - test-latest-server
2136
- - test-latest-replica_set
2137
- - test-latest-sharded_cluster
2138
- - test-6.0-server
2139
- - test-6.0-replica_set
2140
- - test-6.0-sharded_cluster
2141
- - test-5.0-server
2142
- - test-5.0-replica_set
2143
- - test-5.0-sharded_cluster
2144
- - test-4.4-server
2145
- - test-4.4-replica_set
2146
- - test-4.4-sharded_cluster
2147
- - test-4.2-server
2148
- - test-4.2-replica_set
2149
- - test-4.2-sharded_cluster
2150
- - test-4.0-server
2151
- - test-4.0-replica_set
2152
- - test-4.0-sharded_cluster
2153
- - test-3.6-server
2154
- - test-3.6-replica_set
2155
- - test-3.6-sharded_cluster
2156
- - test-latest-server-v1-api
2157
- - test-atlas-connectivity
2158
- - test-atlas-data-lake
2159
- - test-auth-kerberos
2160
- - test-auth-ldap
2161
- - test-socks5
2162
- - test-socks5-tls
2163
- - test-zstd-compression
2164
- - test-snappy-compression
2165
- - test-tls-support-latest
2166
- - test-tls-support-6.0
2167
- - test-tls-support-5.0
2168
- - test-tls-support-4.4
2169
- - test-tls-support-4.2
2170
- - name : macos-1014-fermium
2171
- display_name : macOS 10.14 Node Fermium
2172
- run_on : macos-1014
2173
- expansions :
2174
- NODE_LTS_NAME : fermium
2175
- CLIENT_ENCRYPTION : true
2176
- tasks : *ref_0
2177
- - name : macos-1014-gallium
2178
- display_name : macOS 10.14 Node Gallium
2179
- run_on : macos-1014
2180
- expansions :
2181
- NODE_LTS_NAME : gallium
2182
- CLIENT_ENCRYPTION : true
2183
- tasks :
2184
- - test-latest-server
2185
- - test-latest-replica_set
2186
- - test-latest-sharded_cluster
2187
- - test-6.0-server
2188
- - test-6.0-replica_set
2189
- - test-6.0-sharded_cluster
2190
- - test-5.0-server
2191
- - test-5.0-replica_set
2192
- - test-5.0-sharded_cluster
2193
- - test-4.4-server
2194
- - test-4.4-replica_set
2195
- - test-4.4-sharded_cluster
2196
- - test-4.2-server
2197
- - test-4.2-replica_set
2198
- - test-4.2-sharded_cluster
2199
- - test-4.0-server
2200
- - test-4.0-replica_set
2201
- - test-4.0-sharded_cluster
2202
- - test-3.6-server
2203
- - test-3.6-replica_set
2204
- - test-3.6-sharded_cluster
2205
- - test-latest-server-v1-api
2206
- - test-atlas-connectivity
2207
- - test-atlas-data-lake
2208
- - test-auth-kerberos
2209
- - test-auth-ldap
2210
- - test-socks5
2211
- - test-socks5-tls
2212
- - test-tls-support-latest
2213
- - test-tls-support-6.0
2214
- - test-tls-support-5.0
2215
- - test-tls-support-4.4
2216
- - test-tls-support-4.2
2217
2209
- name : ubuntu-18.04-erbium
2218
2210
display_name : Ubuntu 18.04 Node Erbium
2219
2211
run_on : ubuntu1804-large
2220
2212
expansions :
2221
2213
NODE_LTS_NAME : erbium
2222
2214
CLIENT_ENCRYPTION : true
2223
- tasks : &ref_1
2215
+ tasks : &ref_0
2224
2216
- test-latest-server
2225
2217
- test-latest-replica_set
2226
2218
- test-latest-sharded_cluster
@@ -2265,7 +2257,7 @@ buildvariants:
2265
2257
expansions :
2266
2258
NODE_LTS_NAME : fermium
2267
2259
CLIENT_ENCRYPTION : true
2268
- tasks : *ref_1
2260
+ tasks : *ref_0
2269
2261
- name : ubuntu-18.04-gallium
2270
2262
display_name : Ubuntu 18.04 Node Gallium
2271
2263
run_on : ubuntu1804-large
@@ -2315,7 +2307,7 @@ buildvariants:
2315
2307
expansions :
2316
2308
NODE_LTS_NAME : erbium
2317
2309
MSVS_VERSION : 2019
2318
- tasks : &ref_2
2310
+ tasks : &ref_1
2319
2311
- test-latest-server
2320
2312
- test-latest-replica_set
2321
2313
- test-latest-sharded_cluster
@@ -2354,7 +2346,7 @@ buildvariants:
2354
2346
expansions :
2355
2347
NODE_LTS_NAME : fermium
2356
2348
MSVS_VERSION : 2019
2357
- tasks : *ref_2
2349
+ tasks : *ref_1
2358
2350
- name : windows-64-vs2019-gallium
2359
2351
display_name : Windows (VS2019) Node Gallium
2360
2352
run_on : windows-64-vs2019-large
@@ -2392,6 +2384,14 @@ buildvariants:
2392
2384
- test-tls-support-5.0
2393
2385
- test-tls-support-4.4
2394
2386
- test-tls-support-4.2
2387
+ - name : macos-1100
2388
+ display_name : MacOS 11 Node Gallium
2389
+ run_on : macos-1100
2390
+ expansions :
2391
+ NODE_LTS_NAME : gallium
2392
+ CLIENT_ENCRYPTION : true
2393
+ tasks :
2394
+ - test-rapid-server
2395
2395
- name : lint
2396
2396
display_name : lint
2397
2397
run_on : ubuntu1804-large
@@ -2465,6 +2465,9 @@ buildvariants:
2465
2465
- test-latest-server-noauth
2466
2466
- test-latest-replica_set-noauth
2467
2467
- test-latest-sharded_cluster-noauth
2468
+ - test-rapid-server-noauth
2469
+ - test-rapid-replica_set-noauth
2470
+ - test-rapid-sharded_cluster-noauth
2468
2471
- test-6.0-server-noauth
2469
2472
- test-6.0-replica_set-noauth
2470
2473
- test-6.0-sharded_cluster-noauth
0 commit comments