@@ -1144,6 +1144,66 @@ tasks:
1144
1144
- func : " run aws auth test with aws EC2 credentials"
1145
1145
- func : " run aws ECS auth test"
1146
1146
1147
+ - name : " test-7.0-standalone"
1148
+ tags : ["7.0", "standalone"]
1149
+ commands :
1150
+ - func : " install junit dependencies"
1151
+ - func : " bootstrap mongo-orchestration"
1152
+ vars :
1153
+ MONGODB_VERSION : " 7.0"
1154
+ TOPOLOGY : " server"
1155
+ - func : " run tests"
1156
+
1157
+ - name : " test-7.0-replica_set"
1158
+ tags : ["7.0", "replica_set"]
1159
+ commands :
1160
+ - func : " install junit dependencies"
1161
+ - func : " bootstrap mongo-orchestration"
1162
+ vars :
1163
+ MONGODB_VERSION : " 7.0"
1164
+ TOPOLOGY : " replica_set"
1165
+ - func : " run tests"
1166
+
1167
+ - name : " test-7.0-sharded_cluster"
1168
+ tags : ["7.0", "sharded_cluster"]
1169
+ commands :
1170
+ - func : " install junit dependencies"
1171
+ - func : " bootstrap mongo-orchestration"
1172
+ vars :
1173
+ MONGODB_VERSION : " 7.0"
1174
+ TOPOLOGY : " sharded_cluster"
1175
+ - func : " run tests"
1176
+
1177
+ - name : " test-7.0-load_balancer"
1178
+ tags : ["7.0", "load_balancer"]
1179
+ commands :
1180
+ - func : " install junit dependencies"
1181
+ - func : " bootstrap mongo-orchestration"
1182
+ vars :
1183
+ MONGODB_VERSION : " 7.0"
1184
+ TOPOLOGY : " sharded_cluster"
1185
+ LOAD_BALANCER : " true"
1186
+ - func : " start load balancer"
1187
+ - func : " run tests"
1188
+
1189
+ - name : " test-7.0-aws-auth"
1190
+ # "7.0" explicitly left off to keep this out of the generic matrix
1191
+ tags : ["aws-auth"]
1192
+ commands :
1193
+ - func : " bootstrap mongo-orchestration"
1194
+ vars :
1195
+ ORCHESTRATION_FILE : " auth-aws.json"
1196
+ MONGODB_VERSION : " 7.0"
1197
+ AUTH : " auth"
1198
+ TOPOLOGY : " server"
1199
+ - func : " add aws auth variables to file"
1200
+ - func : " run aws auth test with regular aws credentials"
1201
+ - func : " run aws auth test with assume role credentials"
1202
+ - func : " run aws auth test with aws credentials as environment variables"
1203
+ - func : " run aws auth test with aws credentials and session token as environment variables"
1204
+ - func : " run aws auth test with aws EC2 credentials"
1205
+ - func : " run aws ECS auth test"
1206
+
1147
1207
- name : " test-rapid-standalone"
1148
1208
tags : ["rapid", "standalone"]
1149
1209
commands :
@@ -1707,6 +1767,10 @@ axes:
1707
1767
display_name : " rapid"
1708
1768
variables :
1709
1769
MONGODB_VERSION : " rapid"
1770
+ - id : " 7.0"
1771
+ display_name : " 7.0"
1772
+ variables :
1773
+ MONGODB_VERSION : " 7.0"
1710
1774
- id : " 6.0"
1711
1775
display_name : " 6.0"
1712
1776
variables :
@@ -2061,6 +2125,7 @@ buildvariants:
2061
2125
tasks :
2062
2126
- " .latest"
2063
2127
- " .rapid"
2128
+ - " .7.0"
2064
2129
- " .6.0"
2065
2130
- " .5.0"
2066
2131
- " .4.4"
@@ -2134,6 +2199,7 @@ buildvariants:
2134
2199
mongodb-version :
2135
2200
- " latest"
2136
2201
- " rapid"
2202
+ - " 7.0"
2137
2203
- " 6.0"
2138
2204
- " 5.0"
2139
2205
- " 4.4"
@@ -2171,6 +2237,7 @@ buildvariants:
2171
2237
mongodb-version :
2172
2238
- " latest"
2173
2239
- " rapid"
2240
+ - " 7.0"
2174
2241
- " 6.0"
2175
2242
topology :
2176
2243
- " replica-set"
@@ -2188,7 +2255,7 @@ buildvariants:
2188
2255
- macos-11.00
2189
2256
- windows-64-vs2017
2190
2257
mongodb-version :
2191
- - " 6 .0"
2258
+ - " 7 .0"
2192
2259
topology :
2193
2260
- " standalone"
2194
2261
crypt-shared :
@@ -2206,6 +2273,7 @@ buildvariants:
2206
2273
mongodb-version :
2207
2274
- " latest"
2208
2275
- " rapid"
2276
+ - " 7.0"
2209
2277
- " 6.0"
2210
2278
- " 5.0"
2211
2279
- " 4.4"
@@ -2243,7 +2311,7 @@ buildvariants:
2243
2311
- macos-11.00
2244
2312
- windows-64-vs2017
2245
2313
mongodb-version :
2246
- - " 6 .0"
2314
+ - " 7 .0"
2247
2315
topology :
2248
2316
- " standalone"
2249
2317
crypt-shared :
@@ -2338,6 +2406,7 @@ buildvariants:
2338
2406
tasks :
2339
2407
- " .latest .standalone"
2340
2408
- " .rapid .standalone"
2409
+ - " .7.0 .standalone"
2341
2410
- " .6.0 .standalone"
2342
2411
- " .5.0 .standalone"
2343
2412
0 commit comments