@@ -839,6 +839,45 @@ tasks:
839
839
AUTH : auth
840
840
- func : bootstrap kms servers
841
841
- func : run tests
842
+ - name : test-6.0-server
843
+ tags :
844
+ - ' 6.0'
845
+ - server
846
+ commands :
847
+ - func : install dependencies
848
+ - func : bootstrap mongo-orchestration
849
+ vars :
850
+ VERSION : ' 6.0'
851
+ TOPOLOGY : server
852
+ AUTH : auth
853
+ - func : bootstrap kms servers
854
+ - func : run tests
855
+ - name : test-6.0-replica_set
856
+ tags :
857
+ - ' 6.0'
858
+ - replica_set
859
+ commands :
860
+ - func : install dependencies
861
+ - func : bootstrap mongo-orchestration
862
+ vars :
863
+ VERSION : ' 6.0'
864
+ TOPOLOGY : replica_set
865
+ AUTH : auth
866
+ - func : bootstrap kms servers
867
+ - func : run tests
868
+ - name : test-6.0-sharded_cluster
869
+ tags :
870
+ - ' 6.0'
871
+ - sharded_cluster
872
+ commands :
873
+ - func : install dependencies
874
+ - func : bootstrap mongo-orchestration
875
+ vars :
876
+ VERSION : ' 6.0'
877
+ TOPOLOGY : sharded_cluster
878
+ AUTH : auth
879
+ - func : bootstrap kms servers
880
+ - func : run tests
842
881
- name : test-5.0-server
843
882
tags :
844
883
- ' 5.0'
@@ -1126,6 +1165,17 @@ tasks:
1126
1165
SSL : ssl
1127
1166
TOPOLOGY : server
1128
1167
- func : run tls tests
1168
+ - name : test-tls-support-6.0
1169
+ tags :
1170
+ - tls-support
1171
+ commands :
1172
+ - func : install dependencies
1173
+ - func : bootstrap mongo-orchestration
1174
+ vars :
1175
+ VERSION : ' 6.0'
1176
+ SSL : ssl
1177
+ TOPOLOGY : server
1178
+ - func : run tls tests
1129
1179
- name : test-tls-support-5.0
1130
1180
tags :
1131
1181
- tls-support
@@ -1231,6 +1281,78 @@ tasks:
1231
1281
- func : add aws auth variables to file
1232
1282
- func : setup aws env
1233
1283
- func : run aws ECS auth test
1284
+ - name : aws-6.0-auth-test-run-aws-auth-test-with-regular-aws-credentials
1285
+ commands :
1286
+ - func : install dependencies
1287
+ - func : bootstrap mongo-orchestration
1288
+ vars :
1289
+ VERSION : ' 6.0'
1290
+ AUTH : auth
1291
+ ORCHESTRATION_FILE : auth-aws.json
1292
+ TOPOLOGY : server
1293
+ - func : add aws auth variables to file
1294
+ - func : setup aws env
1295
+ - func : run aws auth test with regular aws credentials
1296
+ - name : aws-6.0-auth-test-run-aws-auth-test-with-assume-role-credentials
1297
+ commands :
1298
+ - func : install dependencies
1299
+ - func : bootstrap mongo-orchestration
1300
+ vars :
1301
+ VERSION : ' 6.0'
1302
+ AUTH : auth
1303
+ ORCHESTRATION_FILE : auth-aws.json
1304
+ TOPOLOGY : server
1305
+ - func : add aws auth variables to file
1306
+ - func : setup aws env
1307
+ - func : run aws auth test with assume role credentials
1308
+ - name : aws-6.0-auth-test-run-aws-auth-test-with-aws-EC2-credentials
1309
+ commands :
1310
+ - func : install dependencies
1311
+ - func : bootstrap mongo-orchestration
1312
+ vars :
1313
+ VERSION : ' 6.0'
1314
+ AUTH : auth
1315
+ ORCHESTRATION_FILE : auth-aws.json
1316
+ TOPOLOGY : server
1317
+ - func : add aws auth variables to file
1318
+ - func : setup aws env
1319
+ - func : run aws auth test with aws EC2 credentials
1320
+ - name : aws-6.0-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables
1321
+ commands :
1322
+ - func : install dependencies
1323
+ - func : bootstrap mongo-orchestration
1324
+ vars :
1325
+ VERSION : ' 6.0'
1326
+ AUTH : auth
1327
+ ORCHESTRATION_FILE : auth-aws.json
1328
+ TOPOLOGY : server
1329
+ - func : add aws auth variables to file
1330
+ - func : setup aws env
1331
+ - func : run aws auth test with aws credentials as environment variables
1332
+ - name : aws-6.0-auth-test-run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables
1333
+ commands :
1334
+ - func : install dependencies
1335
+ - func : bootstrap mongo-orchestration
1336
+ vars :
1337
+ VERSION : ' 6.0'
1338
+ AUTH : auth
1339
+ ORCHESTRATION_FILE : auth-aws.json
1340
+ TOPOLOGY : server
1341
+ - func : add aws auth variables to file
1342
+ - func : setup aws env
1343
+ - func : run aws auth test with aws credentials and session token as environment variables
1344
+ - name : aws-6.0-auth-test-run-aws-ECS-auth-test
1345
+ commands :
1346
+ - func : install dependencies
1347
+ - func : bootstrap mongo-orchestration
1348
+ vars :
1349
+ VERSION : ' 6.0'
1350
+ AUTH : auth
1351
+ ORCHESTRATION_FILE : auth-aws.json
1352
+ TOPOLOGY : server
1353
+ - func : add aws auth variables to file
1354
+ - func : setup aws env
1355
+ - func : run aws ECS auth test
1234
1356
- name : aws-5.0-auth-test-run-aws-auth-test-with-regular-aws-credentials
1235
1357
commands :
1236
1358
- func : install dependencies
@@ -1507,6 +1629,48 @@ tasks:
1507
1629
AUTH : noauth
1508
1630
- func : bootstrap kms servers
1509
1631
- func : run tests
1632
+ - name : test-6.0-server-noauth
1633
+ tags :
1634
+ - ' 6.0'
1635
+ - server
1636
+ - noauth
1637
+ commands :
1638
+ - func : install dependencies
1639
+ - func : bootstrap mongo-orchestration
1640
+ vars :
1641
+ VERSION : ' 6.0'
1642
+ TOPOLOGY : server
1643
+ AUTH : noauth
1644
+ - func : bootstrap kms servers
1645
+ - func : run tests
1646
+ - name : test-6.0-replica_set-noauth
1647
+ tags :
1648
+ - ' 6.0'
1649
+ - replica_set
1650
+ - noauth
1651
+ commands :
1652
+ - func : install dependencies
1653
+ - func : bootstrap mongo-orchestration
1654
+ vars :
1655
+ VERSION : ' 6.0'
1656
+ TOPOLOGY : replica_set
1657
+ AUTH : noauth
1658
+ - func : bootstrap kms servers
1659
+ - func : run tests
1660
+ - name : test-6.0-sharded_cluster-noauth
1661
+ tags :
1662
+ - ' 6.0'
1663
+ - sharded_cluster
1664
+ - noauth
1665
+ commands :
1666
+ - func : install dependencies
1667
+ - func : bootstrap mongo-orchestration
1668
+ vars :
1669
+ VERSION : ' 6.0'
1670
+ TOPOLOGY : sharded_cluster
1671
+ AUTH : noauth
1672
+ - func : bootstrap kms servers
1673
+ - func : run tests
1510
1674
- name : test-5.0-server-noauth
1511
1675
tags :
1512
1676
- ' 5.0'
@@ -1775,6 +1939,9 @@ buildvariants:
1775
1939
- test-latest-server
1776
1940
- test-latest-replica_set
1777
1941
- test-latest-sharded_cluster
1942
+ - test-6.0-server
1943
+ - test-6.0-replica_set
1944
+ - test-6.0-sharded_cluster
1778
1945
- test-5.0-server
1779
1946
- test-5.0-replica_set
1780
1947
- test-5.0-sharded_cluster
@@ -1798,6 +1965,7 @@ buildvariants:
1798
1965
- test-socks5
1799
1966
- test-socks5-tls
1800
1967
- test-tls-support-latest
1968
+ - test-tls-support-6.0
1801
1969
- test-tls-support-5.0
1802
1970
- test-tls-support-4.4
1803
1971
- test-tls-support-4.2
@@ -1825,6 +1993,9 @@ buildvariants:
1825
1993
- test-latest-server
1826
1994
- test-latest-replica_set
1827
1995
- test-latest-sharded_cluster
1996
+ - test-6.0-server
1997
+ - test-6.0-replica_set
1998
+ - test-6.0-sharded_cluster
1828
1999
- test-5.0-server
1829
2000
- test-5.0-replica_set
1830
2001
- test-5.0-sharded_cluster
@@ -1849,6 +2020,7 @@ buildvariants:
1849
2020
- test-socks5
1850
2021
- test-socks5-tls
1851
2022
- test-tls-support-latest
2023
+ - test-tls-support-6.0
1852
2024
- test-tls-support-5.0
1853
2025
- test-tls-support-4.4
1854
2026
- test-tls-support-4.2
@@ -1876,6 +2048,9 @@ buildvariants:
1876
2048
- test-latest-server
1877
2049
- test-latest-replica_set
1878
2050
- test-latest-sharded_cluster
2051
+ - test-6.0-server
2052
+ - test-6.0-replica_set
2053
+ - test-6.0-sharded_cluster
1879
2054
- test-5.0-server
1880
2055
- test-5.0-replica_set
1881
2056
- test-5.0-sharded_cluster
@@ -1896,6 +2071,7 @@ buildvariants:
1896
2071
- test-socks5
1897
2072
- test-socks5-tls
1898
2073
- test-tls-support-latest
2074
+ - test-tls-support-6.0
1899
2075
- test-tls-support-5.0
1900
2076
- test-tls-support-4.4
1901
2077
- test-tls-support-4.2
@@ -1939,6 +2115,12 @@ buildvariants:
1939
2115
- aws-latest-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables
1940
2116
- aws-latest-auth-test-run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables
1941
2117
- aws-latest-auth-test-run-aws-ECS-auth-test
2118
+ - aws-6.0-auth-test-run-aws-auth-test-with-regular-aws-credentials
2119
+ - aws-6.0-auth-test-run-aws-auth-test-with-assume-role-credentials
2120
+ - aws-6.0-auth-test-run-aws-auth-test-with-aws-EC2-credentials
2121
+ - aws-6.0-auth-test-run-aws-auth-test-with-aws-credentials-as-environment-variables
2122
+ - aws-6.0-auth-test-run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables
2123
+ - aws-6.0-auth-test-run-aws-ECS-auth-test
1942
2124
- aws-5.0-auth-test-run-aws-auth-test-with-regular-aws-credentials
1943
2125
- aws-5.0-auth-test-run-aws-auth-test-with-assume-role-credentials
1944
2126
- aws-5.0-auth-test-run-aws-auth-test-with-aws-EC2-credentials
@@ -1974,6 +2156,9 @@ buildvariants:
1974
2156
- test-latest-server-noauth
1975
2157
- test-latest-replica_set-noauth
1976
2158
- test-latest-sharded_cluster-noauth
2159
+ - test-6.0-server-noauth
2160
+ - test-6.0-replica_set-noauth
2161
+ - test-6.0-sharded_cluster-noauth
1977
2162
- test-5.0-server-noauth
1978
2163
- test-5.0-replica_set-noauth
1979
2164
- test-5.0-sharded_cluster-noauth
0 commit comments