Skip to content

Commit 19d12b0

Browse files
authored
MOTOR-934 Test against latest rapid releases (#180)
1 parent bed1a56 commit 19d12b0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.evergreen/config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,33 @@ tasks:
662662
TOPOLOGY: "sharded_cluster"
663663
- func: "run tox"
664664

665+
- name: "test-rapid-standalone"
666+
tags: ["rapid", "standalone"]
667+
commands:
668+
- func: "bootstrap mongo-orchestration"
669+
vars:
670+
VERSION: "rapid"
671+
TOPOLOGY: "server"
672+
- func: "run tox"
673+
674+
- name: "test-rapid-replica_set"
675+
tags: ["rapid", "replica_set"]
676+
commands:
677+
- func: "bootstrap mongo-orchestration"
678+
vars:
679+
VERSION: "rapid"
680+
TOPOLOGY: "replica_set"
681+
- func: "run tox"
682+
683+
- name: "test-rapid-sharded_cluster"
684+
tags: ["rapid", "sharded_cluster"]
685+
commands:
686+
- func: "bootstrap mongo-orchestration"
687+
vars:
688+
VERSION: "rapid"
689+
TOPOLOGY: "sharded_cluster"
690+
- func: "run tox"
691+
665692
- name: "test-enterprise-auth"
666693
commands:
667694
- func: "bootstrap mongo-orchestration"
@@ -851,6 +878,7 @@ buildvariants:
851878
tox-env: ["synchro37"]
852879
ssl: "ssl"
853880
tasks:
881+
- ".rapid"
854882
- ".latest"
855883
- ".6.0"
856884
- ".5.0"
@@ -866,6 +894,7 @@ buildvariants:
866894
tox-env-ubuntu: "*"
867895
ssl: "*"
868896
tasks:
897+
- ".rapid"
869898
- ".latest"
870899
- ".6.0"
871900
- ".5.0"
@@ -878,6 +907,7 @@ buildvariants:
878907
tox-env-win: "*"
879908
ssl: "*"
880909
tasks:
910+
- ".rapid"
881911
- ".latest"
882912
- ".6.0"
883913
- ".5.0"
@@ -893,6 +923,7 @@ buildvariants:
893923
tox-env-osx: "*"
894924
ssl: "*"
895925
tasks:
926+
- ".rapid"
896927
- ".latest"
897928
- ".6.0"
898929

0 commit comments

Comments
 (0)