File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments