Skip to content

Commit 6060f1d

Browse files
committed
Rename VERSION to MONGODB_VERSION
1 parent e7d6466 commit 6060f1d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.evergreen/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ functions:
175175
params:
176176
script: |
177177
${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
179179
# run-orchestration generates expansion file with MONGODB_URI and CRYPT_SHARED_LIB_PATH
180180
- command: expansions.update
181181
params:
@@ -708,47 +708,47 @@ axes:
708708
- id: "latest"
709709
display_name: "MongoDB latest"
710710
variables:
711-
VERSION: "latest"
711+
MONGODB_VERSION: "latest"
712712
- id: "rapid"
713713
display_name: "MongoDB rapid"
714714
variables:
715-
VERSION: "rapid"
715+
MONGODB_VERSION: "rapid"
716716
- id: "6.0"
717717
display_name: "MongoDB 6.0"
718718
variables:
719-
VERSION: "6.0"
719+
MONGODB_VERSION: "6.0"
720720
- id: "5.0"
721721
display_name: "MongoDB 5.0"
722722
variables:
723-
VERSION: "5.0"
723+
MONGODB_VERSION: "5.0"
724724
- id: "4.4"
725725
display_name: "MongoDB 4.4"
726726
variables:
727-
VERSION: "4.4"
727+
MONGODB_VERSION: "4.4"
728728
- id: "4.2"
729729
display_name: "MongoDB 4.2"
730730
variables:
731-
VERSION: "4.2"
731+
MONGODB_VERSION: "4.2"
732732
- id: "4.0"
733733
display_name: "MongoDB 4.0"
734734
variables:
735-
VERSION: "4.0"
735+
MONGODB_VERSION: "4.0"
736736
- id: "3.6"
737737
display_name: "MongoDB 3.6"
738738
variables:
739-
VERSION: "3.6"
739+
MONGODB_VERSION: "3.6"
740740

741741
- id: mongodb-edge-versions
742742
display_name: MongoDB Version
743743
values:
744744
- id: "latest-stable"
745745
display_name: "MongoDB 6.0"
746746
variables:
747-
VERSION: "6.0"
747+
MONGODB_VERSION: "6.0"
748748
- id: "oldest-supported"
749749
display_name: "MongoDB 3.6"
750750
variables:
751-
VERSION: "3.6"
751+
MONGODB_VERSION: "3.6"
752752

753753
- id: driver-versions
754754
display_name: Driver Version

0 commit comments

Comments
 (0)