File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ functions:
175
175
params :
176
176
script : |
177
177
${PREPARE_SHELL}
178
- MONGODB_VERSION=${VERSION } ORCHESTRATION_FILE=${ORCHESTRATION_FILE} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} LOAD_BALANCER=${LOAD_BALANCER} REQUIRE_API_VERSION=${REQUIRE_API_VERSION} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
178
+ MONGODB_VERSION=${MONGODB_VERSION } ORCHESTRATION_FILE=${ORCHESTRATION_FILE} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} LOAD_BALANCER=${LOAD_BALANCER} REQUIRE_API_VERSION=${REQUIRE_API_VERSION} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
179
179
# run-orchestration generates expansion file with MONGODB_URI and CRYPT_SHARED_LIB_PATH
180
180
- command : expansions.update
181
181
params :
@@ -708,47 +708,47 @@ axes:
708
708
- id : " latest"
709
709
display_name : " MongoDB latest"
710
710
variables :
711
- VERSION : " latest"
711
+ MONGODB_VERSION : " latest"
712
712
- id : " rapid"
713
713
display_name : " MongoDB rapid"
714
714
variables :
715
- VERSION : " rapid"
715
+ MONGODB_VERSION : " rapid"
716
716
- id : " 6.0"
717
717
display_name : " MongoDB 6.0"
718
718
variables :
719
- VERSION : " 6.0"
719
+ MONGODB_VERSION : " 6.0"
720
720
- id : " 5.0"
721
721
display_name : " MongoDB 5.0"
722
722
variables :
723
- VERSION : " 5.0"
723
+ MONGODB_VERSION : " 5.0"
724
724
- id : " 4.4"
725
725
display_name : " MongoDB 4.4"
726
726
variables :
727
- VERSION : " 4.4"
727
+ MONGODB_VERSION : " 4.4"
728
728
- id : " 4.2"
729
729
display_name : " MongoDB 4.2"
730
730
variables :
731
- VERSION : " 4.2"
731
+ MONGODB_VERSION : " 4.2"
732
732
- id : " 4.0"
733
733
display_name : " MongoDB 4.0"
734
734
variables :
735
- VERSION : " 4.0"
735
+ MONGODB_VERSION : " 4.0"
736
736
- id : " 3.6"
737
737
display_name : " MongoDB 3.6"
738
738
variables :
739
- VERSION : " 3.6"
739
+ MONGODB_VERSION : " 3.6"
740
740
741
741
- id : mongodb-edge-versions
742
742
display_name : MongoDB Version
743
743
values :
744
744
- id : " latest-stable"
745
745
display_name : " MongoDB 6.0"
746
746
variables :
747
- VERSION : " 6.0"
747
+ MONGODB_VERSION : " 6.0"
748
748
- id : " oldest-supported"
749
749
display_name : " MongoDB 3.6"
750
750
variables :
751
- VERSION : " 3.6"
751
+ MONGODB_VERSION : " 3.6"
752
752
753
753
- id : driver-versions
754
754
display_name : Driver Version
You can’t perform that action at this time.
0 commit comments