File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1258,6 +1258,33 @@ tasks:
1258
1258
TOPOLOGY : " sharded_cluster"
1259
1259
- func : " run tests"
1260
1260
1261
+ - name : " test-rapid-standalone"
1262
+ tags : ["rapid", "standalone"]
1263
+ commands :
1264
+ - func : " bootstrap mongo-orchestration"
1265
+ vars :
1266
+ VERSION : " rapid"
1267
+ TOPOLOGY : " server"
1268
+ - func : " run tests"
1269
+
1270
+ - name : " test-rapid-replica_set"
1271
+ tags : ["rapid", "replica_set"]
1272
+ commands :
1273
+ - func : " bootstrap mongo-orchestration"
1274
+ vars :
1275
+ VERSION : " rapid"
1276
+ TOPOLOGY : " replica_set"
1277
+ - func : " run tests"
1278
+
1279
+ - name : " test-rapid-sharded_cluster"
1280
+ tags : ["rapid", "sharded_cluster"]
1281
+ commands :
1282
+ - func : " bootstrap mongo-orchestration"
1283
+ vars :
1284
+ VERSION : " rapid"
1285
+ TOPOLOGY : " sharded_cluster"
1286
+ - func : " run tests"
1287
+
1261
1288
- name : " test-serverless"
1262
1289
tags : ["serverless"]
1263
1290
commands :
@@ -2138,6 +2165,7 @@ buildvariants:
2138
2165
auth-ssl : " *"
2139
2166
display_name : " ${platform} ${auth-ssl}"
2140
2167
tasks : &all-server-versions
2168
+ - " .rapid"
2141
2169
- " .latest"
2142
2170
- " .5.0"
2143
2171
- " .4.4"
You can’t perform that action at this time.
0 commit comments