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 @@ -1260,6 +1260,33 @@ tasks:
1260
1260
TOPOLOGY : " sharded_cluster"
1261
1261
- func : " run tests"
1262
1262
1263
+ - name : " test-rapid-standalone"
1264
+ tags : ["rapid", "standalone"]
1265
+ commands :
1266
+ - func : " bootstrap mongo-orchestration"
1267
+ vars :
1268
+ VERSION : " rapid"
1269
+ TOPOLOGY : " server"
1270
+ - func : " run tests"
1271
+
1272
+ - name : " test-rapid-replica_set"
1273
+ tags : ["rapid", "replica_set"]
1274
+ commands :
1275
+ - func : " bootstrap mongo-orchestration"
1276
+ vars :
1277
+ VERSION : " rapid"
1278
+ TOPOLOGY : " replica_set"
1279
+ - func : " run tests"
1280
+
1281
+ - name : " test-rapid-sharded_cluster"
1282
+ tags : ["rapid", "sharded_cluster"]
1283
+ commands :
1284
+ - func : " bootstrap mongo-orchestration"
1285
+ vars :
1286
+ VERSION : " rapid"
1287
+ TOPOLOGY : " sharded_cluster"
1288
+ - func : " run tests"
1289
+
1263
1290
- name : " test-serverless"
1264
1291
tags : ["serverless"]
1265
1292
commands :
@@ -2123,6 +2150,7 @@ buildvariants:
2123
2150
auth-ssl : " *"
2124
2151
display_name : " ${platform} ${auth-ssl}"
2125
2152
tasks : &all-server-versions
2153
+ - " .rapid"
2126
2154
- " .latest"
2127
2155
- " .5.0"
2128
2156
- " .4.4"
You can’t perform that action at this time.
0 commit comments