Skip to content

Commit 405c11d

Browse files
authored
PYTHON-3109 Test against latest rapid releases (#862)
1 parent 8031425 commit 405c11d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.evergreen/config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,33 @@ tasks:
12581258
TOPOLOGY: "sharded_cluster"
12591259
- func: "run tests"
12601260

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+
12611288
- name: "test-serverless"
12621289
tags: ["serverless"]
12631290
commands:
@@ -2138,6 +2165,7 @@ buildvariants:
21382165
auth-ssl: "*"
21392166
display_name: "${platform} ${auth-ssl}"
21402167
tasks: &all-server-versions
2168+
- ".rapid"
21412169
- ".latest"
21422170
- ".5.0"
21432171
- ".4.4"

0 commit comments

Comments
 (0)